Subversion Repository Public Repository

Nextrek

Diff Revisions 677 vs 680 for /Android/SmartCharging/SmartCharging/app/src/main/AndroidManifest.xml

Diff revisions: vs.
  @@ -126,7 +126,7 @@
126 126 android:screenOrientation="portrait"
127 127 android:windowSoftInputMode="stateHidden"
128 128 android:label="@string/title_activity_manager"
129 - android:theme="@style/AppTheme" >
129 + android:theme="@style/AppThemeNoActionBar" >
130 130 </activity>
131 131 <activity
132 132 android:name=".Controller.ImageManagerActivity"