Skip to content

Commit fae7cfe

Browse files
committed
project #7: add padding and bg color
1 parent bcbd0a7 commit fae7cfe

File tree

3 files changed

+148
-0
lines changed

3 files changed

+148
-0
lines changed

AgeInMinutes/.idea/codeStyles/Project.xml

Lines changed: 139 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

AgeInMinutes/.idea/codeStyles/codeStyleConfig.xml

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

AgeInMinutes/app/src/main/res/layout/activity_main.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
xmlns:tools="http://schemas.android.com/tools"
55
android:layout_width="match_parent"
66
android:layout_height="match_parent"
7+
android:background="@color/teal_200"
8+
android:gravity="center_horizontal"
9+
android:orientation="vertical"
10+
android:padding="16dp"
711
tools:context=".MainActivity">
812

913
<TextView

0 commit comments

Comments
 (0)