From ba512ca3bb2e2b51c4be0cc7336a6a5b0fa22106 Mon Sep 17 00:00:00 2001 From: John Reck Date: Wed, 12 Dec 2012 13:43:43 -0800 Subject: remove actionbar sherlock Change-Id: Idb9b63f625fd4f0b78d947421ec5b098d8e5dfd5 --- src/com/android/gallery3d/ui/PopupList.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/com/android/gallery3d/ui/PopupList.java') diff --git a/src/com/android/gallery3d/ui/PopupList.java b/src/com/android/gallery3d/ui/PopupList.java index dd6269380..248f50b25 100644 --- a/src/com/android/gallery3d/ui/PopupList.java +++ b/src/com/android/gallery3d/ui/PopupList.java @@ -159,7 +159,7 @@ public class PopupList { R.drawable.menu_dropdown_panel_holo_dark)); mContentList = new ListView(mContext, null, - com.actionbarsherlock.R.attr.dropDownListViewStyle); + android.R.attr.dropDownListViewStyle); mContentList.setAdapter(new ItemDataAdapter()); mContentList.setOnItemClickListener(mOnItemClickListener); popup.setContentView(mContentList); -- cgit v1.2.3