disable ActionBar by default in fullscreen mode

- iitcm can now be controlled via navigation drawers
This commit is contained in:
Philipp Schaefer
2013-09-23 23:09:10 +02:00
parent a9e7aea32e
commit 935c5b40ee
3 changed files with 3 additions and 3 deletions

View File

@ -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" />
<CheckBoxPreference
android:key="pref_force_desktop"
android:title="@string/pref_force_desktop"