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="build_version">Build Version</string>
|
||||||
|
|
||||||
<string name="pref_force_desktop">Force desktop mode</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>
|
</resources>
|
@ -3,6 +3,7 @@
|
|||||||
<CheckBoxPreference
|
<CheckBoxPreference
|
||||||
android:key="pref_force_desktop"
|
android:key="pref_force_desktop"
|
||||||
android:title="@string/pref_force_desktop"
|
android:title="@string/pref_force_desktop"
|
||||||
|
android:summary="@string/pref_force_desktop_sum"
|
||||||
android:defaultValue="true" />
|
android:defaultValue="true" />
|
||||||
<ListPreference
|
<ListPreference
|
||||||
android:key="pref_build_version"
|
android:key="pref_build_version"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user