summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/ui/PopupList.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/gallery3d/ui/PopupList.java')
-rw-r--r--src/com/android/gallery3d/ui/PopupList.java2
1 files changed, 1 insertions, 1 deletions
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);