summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorcretin45 <cretin45@gmail.com>2014-12-16 16:27:59 -0800
committerSteve Kondik <steve@cyngn.com>2015-03-28 14:56:24 -0700
commit4e95c9047a03147086f1ecdebefe7e27f7359ec9 (patch)
tree60614d733327ea6d13f1012907b64ea1e8c574b8 /src
parentc83179441fc42acdbb5adc7f4ad6b030fafaec49 (diff)
downloadandroid_packages_apps_Gallery2-4e95c9047a03147086f1ecdebefe7e27f7359ec9.tar.gz
android_packages_apps_Gallery2-4e95c9047a03147086f1ecdebefe7e27f7359ec9.tar.bz2
android_packages_apps_Gallery2-4e95c9047a03147086f1ecdebefe7e27f7359ec9.zip
Gallery2: More material for filtershow
Change-Id: I2633910d3007a12103e45d319997d239aebbc4b8
Diffstat (limited to 'src')
-rw-r--r--src/com/android/gallery3d/filtershow/FilterShowActivity.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/com/android/gallery3d/filtershow/FilterShowActivity.java b/src/com/android/gallery3d/filtershow/FilterShowActivity.java
index 67fd3fe32..dcd0c927d 100644
--- a/src/com/android/gallery3d/filtershow/FilterShowActivity.java
+++ b/src/com/android/gallery3d/filtershow/FilterShowActivity.java
@@ -355,8 +355,6 @@ public class FilterShowActivity extends FragmentActivity implements OnItemClickL
ActionBar actionBar = getActionBar();
actionBar.setDisplayOptions(ActionBar.DISPLAY_SHOW_CUSTOM);
actionBar.setCustomView(R.layout.filtershow_actionbar);
- actionBar.setBackgroundDrawable(new ColorDrawable(
- getResources().getColor(R.color.background_screen)));
mSaveButton = actionBar.getCustomView();
mSaveButton.setOnClickListener(new OnClickListener() {