Adds manual tablet mode setting
Co-authored-by: TiA4f8R <74829229+TiA4f8R@users.noreply.github.com>
This commit is contained in:
parent
56cd84c1fe
commit
e01ef42d31
4 changed files with 44 additions and 6 deletions
|
|
@ -43,4 +43,12 @@
|
|||
android:title="@string/caption_setting_title"
|
||||
app:iconSpaceReserved="false" />
|
||||
|
||||
<ListPreference
|
||||
android:defaultValue="@string/tablet_mode_auto_key"
|
||||
android:entries="@array/tablet_mode_description"
|
||||
android:entryValues="@array/tablet_mode_values"
|
||||
android:key="@string/tablet_mode_key"
|
||||
android:summary="%s"
|
||||
android:title="@string/tablet_mode_title"
|
||||
app:iconSpaceReserved="false" />
|
||||
</PreferenceScreen>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue