From 4e95c9047a03147086f1ecdebefe7e27f7359ec9 Mon Sep 17 00:00:00 2001 From: cretin45 Date: Tue, 16 Dec 2014 16:27:59 -0800 Subject: Gallery2: More material for filtershow Change-Id: I2633910d3007a12103e45d319997d239aebbc4b8 --- src/com/android/gallery3d/filtershow/FilterShowActivity.java | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') 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() { -- cgit v1.2.3