mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-25 18:40:53 +00:00
move new show/hide toolbar settings and do some cleanup
This commit is contained in:
parent
b9451e4f09
commit
4dc0e98321
5 changed files with 27 additions and 21 deletions
|
@ -108,20 +108,6 @@
|
|||
android:defaultValue="@bool/config_center_suggestion_text_to_enter"
|
||||
android:persistent="true" />
|
||||
|
||||
<SwitchPreference
|
||||
android:key="auto_show_toolbar"
|
||||
android:title="@string/auto_show_toolbar"
|
||||
android:summary="@string/auto_show_toolbar_summary"
|
||||
android:defaultValue="true"
|
||||
android:persistent="true" />
|
||||
|
||||
<SwitchPreference
|
||||
android:key="auto_hide_toolbar"
|
||||
android:title="@string/auto_hide_toolbar"
|
||||
android:summary="@string/auto_hide_toolbar_summary"
|
||||
android:defaultValue="true"
|
||||
android:persistent="true" />
|
||||
|
||||
<SwitchPreference
|
||||
android:key="use_contacts"
|
||||
android:title="@string/use_contacts_dict"
|
||||
|
|
|
@ -28,6 +28,20 @@
|
|||
android:defaultValue="false"
|
||||
android:persistent="true" />
|
||||
|
||||
<SwitchPreference
|
||||
android:key="auto_show_toolbar"
|
||||
android:title="@string/auto_show_toolbar"
|
||||
android:summary="@string/auto_show_toolbar_summary"
|
||||
android:defaultValue="true"
|
||||
android:persistent="true" />
|
||||
|
||||
<SwitchPreference
|
||||
android:key="auto_hide_toolbar"
|
||||
android:title="@string/auto_hide_toolbar"
|
||||
android:summary="@string/auto_hide_toolbar_summary"
|
||||
android:defaultValue="true"
|
||||
android:persistent="true" />
|
||||
|
||||
<SwitchPreference
|
||||
android:key="var_toolbar_direction"
|
||||
android:title="@string/var_toolbar_direction"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue