Skip to content

Commit 991b368

Browse files
committed
Change background color of main activity
1 parent 683719b commit 991b368

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sample/src/main/res/layout/activity_main.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
android:layout_width="match_parent"
44
android:layout_height="match_parent"
55
tools:context=".MainActivity"
6-
android:orientation="vertical">
6+
android:orientation="vertical"
7+
android:background="#fff">
78

89
<Button
910
android:id="@+id/buttonBasic"
@@ -12,7 +13,6 @@
1213
android:text="@string/title_activity_basic"
1314
style="@style/Button"/>
1415

15-
1616
<Button
1717
android:id="@+id/buttonAsynchronous"
1818
android:layout_width="match_parent"

0 commit comments

Comments
 (0)