Restore order to the universe

This commit is contained in:
Mygod
2022-07-15 23:25:54 -04:00
parent 1e8739f8dc
commit 1621d6624a
2 changed files with 8 additions and 2 deletions

View File

@@ -12,7 +12,8 @@
android:layout_height="wrap_content"
android:focusable="true"
android:background="?android:attr/selectableItemBackground"
android:padding="16dp">
android:paddingStart="16dp"
android:paddingEnd="16dp">
<ImageView
android:layout_width="wrap_content"
@@ -31,6 +32,8 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:layout_marginTop="16dp"
android:layout_marginBottom="16dp"
android:orientation="vertical"
android:layout_gravity="center_vertical">

View File

@@ -17,7 +17,8 @@
android:layout_height="wrap_content"
android:focusable="true"
android:background="?android:attr/selectableItemBackground"
android:padding="16dp"
android:paddingStart="16dp"
android:paddingEnd="16dp"
android:onClick="@{_ -> data.toggle()}">
<ImageView
@@ -37,6 +38,8 @@
android:layout_height="wrap_content"
android:layout_weight="1"
android:layout_gravity="center_vertical"
android:layout_marginTop="16dp"
android:layout_marginBottom="16dp"
android:orientation="vertical">
<TextView