remove splitActionBarWhenNarrow; hide highlighter selection while drawer is opened

This commit is contained in:
fkloft
2013-09-22 21:59:12 +02:00
parent 2fb0aa7a12
commit d8c8e6fcab
2 changed files with 10 additions and 3 deletions

View File

@ -18,8 +18,7 @@
android:allowBackup="true"
android:icon="@drawable/ic_iitcm"
android:label="@string/app_name"
android:theme="@style/AppTheme"
android:uiOptions="splitActionBarWhenNarrow">
android:theme="@style/AppTheme">
<activity
android:name="com.cradle.iitc_mobile.IITC_Mobile"
android:configChanges="orientation|keyboard|keyboardHidden|screenSize"