added action bar home button to settings...made toggle fullscreen an method of main activity

This commit is contained in:
Philipp Schaefer
2013-05-08 18:10:48 +02:00
parent 13d1ff9aaa
commit 832c61f442
3 changed files with 42 additions and 33 deletions

View File

@ -16,7 +16,8 @@
android:allowBackup="true"
android:icon="@drawable/ic_iitcm"
android:label="@string/app_name"
android:theme="@style/AppTheme" android:uiOptions="splitActionBarWhenNarrow">
android:theme="@style/AppTheme"
android:uiOptions="splitActionBarWhenNarrow">
<activity
android:name="com.cradle.iitc_mobile.IITC_Mobile"
android:theme="@style/AppBaseTheme"