summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--res/drawable/filtershow_state_button_background0
-rw-r--r--res/layout/filtershow_activity.xml2
2 files changed, 2 insertions, 0 deletions
diff --git a/res/drawable/filtershow_state_button_background b/res/drawable/filtershow_state_button_background
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/res/drawable/filtershow_state_button_background
diff --git a/res/layout/filtershow_activity.xml b/res/layout/filtershow_activity.xml
index 6c96225f5..644bd5a54 100644
--- a/res/layout/filtershow_activity.xml
+++ b/res/layout/filtershow_activity.xml
@@ -101,6 +101,7 @@
android:id="@+id/fxList"
android:layout_width="match_parent"
android:layout_height="@dimen/thumbnail_size"
+ android:background="@color/background_main_toolbar"
android:scrollbars="none" >
<LinearLayout
@@ -116,6 +117,7 @@
android:id="@+id/bordersList"
android:layout_width="match_parent"
android:layout_height="@dimen/thumbnail_size"
+ android:background="@color/background_main_toolbar"
android:visibility="gone"
android:scrollbars="none" >