Skip to content

Commit

Permalink
Remove ActionBar from ConsoleActivity.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Lademan committed Jan 4, 2012
1 parent 630b078 commit e57e04f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
android:description="@string/service_desc"/>

<activity android:name=".ConsoleActivity" android:configChanges="keyboardHidden|orientation"
android:theme="@style/NoTitle" android:windowSoftInputMode="stateAlwaysVisible|adjustResize"
android:theme="@android:style/Theme.Holo.NoActionBar" android:windowSoftInputMode="stateAlwaysVisible|adjustResize"
android:launchMode="singleTop">
<intent-filter>
<action android:name="android.intent.action.VIEW"/>
Expand Down

0 comments on commit e57e04f

Please sign in to comment.