Skip to content

Commit 9159200

Browse files
author
Kaushik Gopal
committed
fix: layout equal buttons
1 parent 7a3e0e0 commit 9159200

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/src/main/res/layout/fragment_main.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@
1313
<Button
1414
android:id="@+id/btn_demo_schedulers"
1515
android:layout_height="wrap_content"
16-
android:layout_width="wrap_content"
16+
android:layout_width="match_parent"
1717
android:text="@string/btn_demo_schedulers"/>
1818

1919
<Button
2020
android:id="@+id/btn_demo_buffer"
2121
android:layout_height="wrap_content"
22-
android:layout_width="wrap_content"
22+
android:layout_width="match_parent"
2323
android:text="@string/btn_demo_buffer"/>
2424

2525
<Button
2626
android:id="@+id/btn_demo_subject_debounce"
2727
android:layout_height="wrap_content"
28-
android:layout_width="wrap_content"
28+
android:layout_width="match_parent"
2929
android:text="@string/btn_demo_subject_debounce"/>
3030

3131
</LinearLayout>

0 commit comments

Comments
 (0)