summaryrefslogtreecommitdiffstats
path: root/res/menu/photo.xml
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2012-12-12 13:43:43 -0800
committerJohn Reck <jreck@google.com>2012-12-12 13:43:43 -0800
commit13a39068a7eb3f4bec10deb63fa1f511cbc748c7 (patch)
tree9d5d98b74c968d3c0a9496e7c22bbbe67bbd0c1f /res/menu/photo.xml
parent2cc0fd3ebdd95b55abeb587aa87cbe796e6dea4d (diff)
downloadandroid_packages_apps_Snap-13a39068a7eb3f4bec10deb63fa1f511cbc748c7.tar.gz
android_packages_apps_Snap-13a39068a7eb3f4bec10deb63fa1f511cbc748c7.tar.bz2
android_packages_apps_Snap-13a39068a7eb3f4bec10deb63fa1f511cbc748c7.zip
remove actionbar sherlock
Change-Id: Idb9b63f625fd4f0b78d947421ec5b098d8e5dfd5
Diffstat (limited to 'res/menu/photo.xml')
-rw-r--r--res/menu/photo.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/menu/photo.xml b/res/menu/photo.xml
index 16b242905..9074aaa07 100644
--- a/res/menu/photo.xml
+++ b/res/menu/photo.xml
@@ -26,13 +26,13 @@
android:icon="@drawable/ic_menu_share_holo_light"
android:title="@string/share_panorama"
android:visible="false"
- android:actionProviderClass="com.actionbarsherlock.widget.ShareActionProvider"
+ android:actionProviderClass="android.widget.ShareActionProvider"
android:showAsAction="ifRoom" />
<item android:id="@+id/action_share"
android:icon="@drawable/ic_menu_share_holo_light"
android:title="@string/share"
android:visible="false"
- android:actionProviderClass="com.actionbarsherlock.widget.ShareActionProvider"
+ android:actionProviderClass="android.widget.ShareActionProvider"
android:showAsAction="never" />
<item android:id="@+id/action_delete"
android:icon="@drawable/ic_menu_trash_holo_light"