diff --git a/mobile/res/values/strings.xml b/mobile/res/values/strings.xml index a31bdf3e..6c6edfd9 100644 --- a/mobile/res/values/strings.xml +++ b/mobile/res/values/strings.xml @@ -65,7 +65,7 @@ Show zoom control Shows +/- buttons even on multitouch capable devices. Hide Action Bar in fullscreen mode - Nice for screenshots. Note: IITCM cannot be controlled without Action Bar. + Nice for screenshots. Note: IITCm can still be controlled via the Navigation Drawers Force desktop mode Nice for tablets, looks awful on smartphones Force https diff --git a/mobile/res/xml/preferences.xml b/mobile/res/xml/preferences.xml index 49c89c40..7fc502d4 100644 --- a/mobile/res/xml/preferences.xml +++ b/mobile/res/xml/preferences.xml @@ -26,7 +26,7 @@ android:key="pref_fullscreen_actionbar" android:title="@string/pref_fullscreen_actionbar" android:summary="@string/pref_fullscreen_actionbar_sum" - android:defaultValue="false" /> + android:defaultValue="true" />