am aee3a0ef: Remove action bar from wallpaper picker

* commit 'aee3a0ef78793bb8d3fd48e2c5faa27d895cf9a9':
  Remove action bar from wallpaper picker
This commit is contained in:
Michael Jurka
2012-09-25 12:32:34 -07:00
committed by Android Git Automerger
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -85,7 +85,7 @@
<activity
android:name="com.android.launcher2.WallpaperChooser"
style="@style/Theme.WallpaperPicker"
android:theme="@style/Theme.WallpaperPicker"
android:label="@string/pick_wallpaper"
android:icon="@drawable/ic_launcher_wallpaper"
android:finishOnCloseSystemDialogs="true"
+1 -2
View File
@@ -18,8 +18,7 @@
-->
<resources>
<style name="Theme.WallpaperPicker">
<item name="android:screenOrientation">nosensor</item>
<style name="Theme.WallpaperPicker" parent="@android:style/Theme.Holo.NoActionBar">
</style>
<style name="Theme" parent="@android:style/Theme.Holo.Wallpaper.NoTitleBar">