Adds manual tablet mode setting

Co-authored-by: TiA4f8R <74829229+TiA4f8R@users.noreply.github.com>
This commit is contained in:
Dakkaron 2021-04-11 13:29:11 +02:00 committed by Stypox
parent 56cd84c1fe
commit e01ef42d31
No known key found for this signature in database
GPG key ID: 4BDF1B40A49FDD23
4 changed files with 44 additions and 6 deletions

View file

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