Reorder buttons
This commit is contained in:
parent
a148d21cdb
commit
d0a7265975
@ -114,6 +114,12 @@
|
|||||||
android:text="Vector" />
|
android:text="Vector" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
|
<Button
|
||||||
|
android:id="@+id/debug_open_button_styles_dark"
|
||||||
|
android:layout_width="wrap_content"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:text="See button dark" />
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/debug_test_text_view_dark"
|
android:id="@+id/debug_test_text_view_dark"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
@ -122,12 +128,6 @@
|
|||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
android:text="Text Views Dark" />
|
android:text="Text Views Dark" />
|
||||||
|
|
||||||
<Button
|
|
||||||
android:id="@+id/debug_open_button_styles_dark"
|
|
||||||
android:layout_width="wrap_content"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:text="See button dark" />
|
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/debug_show_sas_emoji"
|
android:id="@+id/debug_show_sas_emoji"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
|
Loading…
Reference in New Issue
Block a user