summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar t8952023-12-29 17:28:01 -0500
committerGravatar t8952023-12-29 17:28:01 -0500
commit347b3bd18dd13d2ba1ba7d3d94742a4b64330f66 (patch)
treeb213885196f890bfa69afd4009527a0ce7ece6a5 /src
parentandroid: Pair fastmem toggle to CPU Debug toggle (diff)
downloadyuzu-347b3bd18dd13d2ba1ba7d3d94742a4b64330f66.tar.gz
yuzu-347b3bd18dd13d2ba1ba7d3d94742a4b64330f66.tar.xz
yuzu-347b3bd18dd13d2ba1ba7d3d94742a4b64330f66.zip
android: Center switch setting title when no description is present
Diffstat (limited to 'src')
-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 @@
24 android:layout_width="0dp" 24 android:layout_width="0dp"
25 android:layout_height="wrap_content" 25 android:layout_height="wrap_content"
26 android:layout_marginEnd="24dp" 26 android:layout_marginEnd="24dp"
27 android:gravity="center_vertical" 27 android:layout_gravity="center_vertical"
28 android:orientation="vertical" 28 android:orientation="vertical"
29 android:layout_weight="1"> 29 android:layout_weight="1">
30 30