added 'stealth' mode
This commit is contained in:
parent
35d0f0bf32
commit
680b22eda1
27 changed files with 266 additions and 80 deletions
|
|
@ -8,18 +8,11 @@
|
|||
app:layout="@layout/pref_dropdown"
|
||||
app:title="@string/pref_dark_theme" />
|
||||
|
||||
<SwitchPreferenceCompat
|
||||
app:defaultValue="true"
|
||||
app:key="pref_show_soft_keys"
|
||||
app:layout="@layout/pref_switch"
|
||||
app:title="@string/pref_show_soft_function_keys" />
|
||||
|
||||
<SwitchPreferenceCompat
|
||||
app:defaultValue="false"
|
||||
app:key="pref_show_soft_numpad"
|
||||
app:layout="@layout/pref_switch"
|
||||
app:title="@string/pref_show_soft_numpad"
|
||||
app:summary="@string/pref_show_soft_numpad_summary"
|
||||
app:dependency="pref_show_soft_keys" />
|
||||
<DropDownPreference
|
||||
app:defaultValue="2"
|
||||
app:iconSpaceReserved="false"
|
||||
app:key="pref_layout_type"
|
||||
app:layout="@layout/pref_dropdown"
|
||||
app:title="@string/pref_layout" />
|
||||
|
||||
</PreferenceScreen>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue