We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 683719b commit 991b368Copy full SHA for 991b368
sample/src/main/res/layout/activity_main.xml
@@ -3,7 +3,8 @@
3
android:layout_width="match_parent"
4
android:layout_height="match_parent"
5
tools:context=".MainActivity"
6
- android:orientation="vertical">
+ android:orientation="vertical"
7
+ android:background="#fff">
8
9
<Button
10
android:id="@+id/buttonBasic"
@@ -12,7 +13,6 @@
12
13
android:text="@string/title_activity_basic"
14
style="@style/Button"/>
15
-
16
17
android:id="@+id/buttonAsynchronous"
18
0 commit comments