summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authornicolasroard <nicolasroard@google.com>2012-09-27 20:54:48 -0700
committernicolasroard <nicolasroard@google.com>2012-09-27 21:41:36 -0700
commit386bef8a09e46ff306981f9ed15c70f78a7728eb (patch)
tree0cb56eb7febf3e45fd3de6f73b1d9dd4f1f8c00f /AndroidManifest.xml
parentb4f1161da4662e6374238b7b749e7a3a4122eccd (diff)
downloadandroid_packages_apps_Snap-386bef8a09e46ff306981f9ed15c70f78a7728eb.tar.gz
android_packages_apps_Snap-386bef8a09e46ff306981f9ed15c70f78a7728eb.tar.bz2
android_packages_apps_Snap-386bef8a09e46ff306981f9ed15c70f78a7728eb.zip
Use an actionbar
- move the "show original" button to the bottom left - move the history button to the overflow menu for now - add a reset item in the overflow menu. bug:7234317 bug:7233975 bug:7233986 Change-Id: Icc1d03d1e1ce18f38b1169b466be62645424bc7e
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 9c857b6a3..3a3ac92de 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -228,7 +228,7 @@
<activity
android:name="com.android.gallery3d.filtershow.FilterShowActivity"
android:label="@string/title_activity_filter_show"
- android:theme="@android:style/Theme.Holo.NoActionBar.Fullscreen" >
+ android:theme="@android:style/Theme.Holo" >
<intent-filter>
<action android:name="android.intent.action.EDIT" />
<category android:name="android.intent.category.DEFAULT" />