mirror of
https://github.com/jrpie/Launcher.git
synced 2025-02-23 06:21:31 +01:00
fixed #10: layout of settings on small screens
This commit is contained in:
parent
bc0ecad1ac
commit
62c6e1fc2f
2 changed files with 20 additions and 47 deletions
|
@ -58,16 +58,11 @@
|
|||
|
||||
<TextView
|
||||
android:id="@+id/settings_launcher_text_time_format"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_width="0dp"
|
||||
android:layout_weight="1"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/settings_launcher_time_format"
|
||||
android:textSize="16sp" />
|
||||
|
||||
<android.widget.Space
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1" />
|
||||
|
||||
<Spinner
|
||||
android:id="@+id/settings_launcher_format_spinner"
|
||||
android:layout_width="wrap_content"
|
||||
|
@ -85,16 +80,12 @@
|
|||
|
||||
<TextView
|
||||
android:id="@+id/settings_launcher_theme_text"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_width="0dp"
|
||||
android:layout_weight="1"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/settings_launcher_theme"
|
||||
android:textSize="16sp" />
|
||||
|
||||
<android.widget.Space
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1" />
|
||||
|
||||
<Spinner
|
||||
android:id="@+id/settings_launcher_theme_spinner"
|
||||
android:layout_width="wrap_content"
|
||||
|
@ -145,15 +136,12 @@
|
|||
|
||||
<TextView
|
||||
android:id="@+id/settings_launcher_text_screen_timeout"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_width="0dp"
|
||||
android:layout_weight="1"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/settings_launcher_disable_timeout"
|
||||
android:textSize="16sp" />
|
||||
|
||||
<android.widget.Space
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1" />
|
||||
|
||||
<Switch
|
||||
android:id="@+id/settings_launcher_switch_screen_timeout"
|
||||
|
@ -174,15 +162,12 @@
|
|||
|
||||
<TextView
|
||||
android:id="@+id/settings_launcher_text_screen_full"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_width="0dp"
|
||||
android:layout_weight="1"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/settings_launcher_full_screen"
|
||||
android:textSize="16sp" />
|
||||
|
||||
<android.widget.Space
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1" />
|
||||
|
||||
<Switch
|
||||
android:id="@+id/settings_launcher_switch_screen_full"
|
||||
|
@ -245,15 +230,12 @@
|
|||
|
||||
<TextView
|
||||
android:id="@+id/settings_launcher_text_auto_launch"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_width="0dp"
|
||||
android:layout_weight="1"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/settings_launcher_auto_launch"
|
||||
android:textSize="16sp" />
|
||||
|
||||
<android.widget.Space
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1" />
|
||||
|
||||
<Switch
|
||||
android:id="@+id/settings_launcher_switch_auto_launch"
|
||||
|
@ -274,15 +256,12 @@
|
|||
|
||||
<TextView
|
||||
android:id="@+id/settings_launcher_text_start_keyboard"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_width="0dp"
|
||||
android:layout_weight="1"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/settings_launcher_auto_keyboard"
|
||||
android:textSize="16sp" />
|
||||
|
||||
<android.widget.Space
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1" />
|
||||
android:textSize="16sp"
|
||||
/>
|
||||
|
||||
<Switch
|
||||
android:id="@+id/settings_launcher_switch_auto_keyboard"
|
||||
|
@ -303,15 +282,12 @@
|
|||
|
||||
<TextView
|
||||
android:id="@+id/settings_launcher_text_enable_double"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_width="0dp"
|
||||
android:layout_weight="1"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/settings_launcher_enable_double"
|
||||
android:textSize="16sp" />
|
||||
|
||||
<android.widget.Space
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1" />
|
||||
|
||||
<Switch
|
||||
android:id="@+id/settings_launcher_switch_enable_double"
|
||||
|
@ -332,16 +308,12 @@
|
|||
|
||||
<TextView
|
||||
android:id="@+id/settings_launcher_text_enable_edge"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_width="0dp"
|
||||
android:layout_weight="1"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/settings_launcher_enable_edge"
|
||||
android:textSize="16sp" />
|
||||
|
||||
<android.widget.Space
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1" />
|
||||
|
||||
<Switch
|
||||
android:id="@+id/settings_launcher_switch_enable_edge"
|
||||
android:layout_width="wrap_content"
|
||||
|
|
|
@ -2,3 +2,4 @@
|
|||
- Fixed workaround for bug when opening keyboard in full screen mode
|
||||
- Removed uninstall option for system apps
|
||||
- Removed three dots in app list (use long click instead)
|
||||
- Fixed settings for small displays
|
||||
|
|
Loading…
Add table
Reference in a new issue