summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authort895 <clombardo169@gmail.com>2023-12-29 23:28:01 +0100
committert895 <clombardo169@gmail.com>2023-12-29 23:28:01 +0100
commit347b3bd18dd13d2ba1ba7d3d94742a4b64330f66 (patch)
treeb213885196f890bfa69afd4009527a0ce7ece6a5
parentandroid: Pair fastmem toggle to CPU Debug toggle (diff)
downloadyuzu-347b3bd18dd13d2ba1ba7d3d94742a4b64330f66.tar
yuzu-347b3bd18dd13d2ba1ba7d3d94742a4b64330f66.tar.gz
yuzu-347b3bd18dd13d2ba1ba7d3d94742a4b64330f66.tar.bz2
yuzu-347b3bd18dd13d2ba1ba7d3d94742a4b64330f66.tar.lz
yuzu-347b3bd18dd13d2ba1ba7d3d94742a4b64330f66.tar.xz
yuzu-347b3bd18dd13d2ba1ba7d3d94742a4b64330f66.tar.zst
yuzu-347b3bd18dd13d2ba1ba7d3d94742a4b64330f66.zip
-rw-r--r--src/android/app/src/main/res/layout/list_item_setting_switch.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/android/app/src/main/res/layout/list_item_setting_switch.xml b/src/android/app/src/main/res/layout/list_item_setting_switch.xml
index 5cb84182e..1c08e2e1b 100644
--- a/src/android/app/src/main/res/layout/list_item_setting_switch.xml
+++ b/src/android/app/src/main/res/layout/list_item_setting_switch.xml
@@ -24,7 +24,7 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginEnd="24dp"
- android:gravity="center_vertical"
+ android:layout_gravity="center_vertical"
android:orientation="vertical"
android:layout_weight="1">