hint, that desktop mode looks awful on smartphones
This commit is contained in:
parent
bd016e4d40
commit
2324827c17
@ -10,5 +10,6 @@
|
||||
<string name="build_version">Build Version</string>
|
||||
|
||||
<string name="pref_force_desktop">Force desktop mode</string>
|
||||
<string name="pref_force_desktop_sum">Nice for tablets, looks awful on smartphones</string>
|
||||
|
||||
</resources>
|
@ -3,6 +3,7 @@
|
||||
<CheckBoxPreference
|
||||
android:key="pref_force_desktop"
|
||||
android:title="@string/pref_force_desktop"
|
||||
android:summary="@string/pref_force_desktop_sum"
|
||||
android:defaultValue="true" />
|
||||
<ListPreference
|
||||
android:key="pref_build_version"
|
||||
|
Loading…
x
Reference in New Issue
Block a user