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 7a3e0e0 commit 9159200Copy full SHA for 9159200
app/src/main/res/layout/fragment_main.xml
@@ -13,19 +13,19 @@
13
<Button
14
android:id="@+id/btn_demo_schedulers"
15
android:layout_height="wrap_content"
16
- android:layout_width="wrap_content"
+ android:layout_width="match_parent"
17
android:text="@string/btn_demo_schedulers"/>
18
19
20
android:id="@+id/btn_demo_buffer"
21
22
23
android:text="@string/btn_demo_buffer"/>
24
25
26
android:id="@+id/btn_demo_subject_debounce"
27
28
29
android:text="@string/btn_demo_subject_debounce"/>
30
31
</LinearLayout>
0 commit comments