hint, that desktop mode looks awful on smartphones

This commit is contained in:
Philipp Schaefer 2013-03-29 14:54:37 +01:00
parent bd016e4d40
commit 2324827c17
2 changed files with 2 additions and 0 deletions

View File

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

View File

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