Skip to content

Commit 198f4c2

Browse files
committed
[fix] centers switch in dialog for new list.
1 parent a887680 commit 198f4c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/res/layouts/shoppinglist/layout/shopping_list_dialog.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@
6868
android:id="@+id/switch_statistics"
6969
android:layout_width="wrap_content"
7070
android:layout_height="match_parent"
71-
android:layout_alignParentTop="true"
71+
android:layout_centerInParent="true"
7272
android:layout_alignParentEnd="true"
73-
android:checked="false"></androidx.appcompat.widget.SwitchCompat>
73+
android:checked="false" />
7474
</RelativeLayout>
7575

7676

0 commit comments

Comments
 (0)