From 935c5b40eecd9cf3e11384e7dfaf1c8f08d0c3a1 Mon Sep 17 00:00:00 2001 From: Philipp Schaefer Date: Mon, 23 Sep 2013 23:09:10 +0200 Subject: [PATCH] disable ActionBar by default in fullscreen mode - iitcm can now be controlled via navigation drawers --- mobile/res/values/strings.xml | 2 +- mobile/res/xml/preferences.xml | 2 +- mobile/src/com/cradle/iitc_mobile/IITC_NavigationHelper.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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" />