diff options
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 @@ | |||
| 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 | ||