Improve switch alignment for layout list (#431)

This commit is contained in:
BlackyHawky 2024-01-21 19:28:46 +01:00 committed by GitHub
parent bf05980349
commit 675fc08b83
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -39,13 +39,13 @@
android:layout_height="wrap_content" />
<RelativeLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content" >
android:layout_height="match_parent" >
<Switch
android:id="@+id/language_switch"
android:padding="6dp"
android:layout_gravity="center_vertical"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
android:layout_height="match_parent" />
<TextView
android:id="@+id/blocker"
android:visibility="gone"