diff options
author | t895 <clombardo169@gmail.com> | 2023-12-29 23:28:01 +0100 |
---|---|---|
committer | t895 <clombardo169@gmail.com> | 2023-12-29 23:28:01 +0100 |
commit | 347b3bd18dd13d2ba1ba7d3d94742a4b64330f66 (patch) | |
tree | b213885196f890bfa69afd4009527a0ce7ece6a5 /src | |
parent | android: Pair fastmem toggle to CPU Debug toggle (diff) | |
download | yuzu-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 |
Diffstat (limited to 'src')
-rw-r--r-- | src/android/app/src/main/res/layout/list_item_setting_switch.xml | 2 |
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"> |