Fix color panel bgd color
Change-Id: I60b62e520a93b0432eacbf1517f26ae5597bb05d
diff --git a/res/layout/filtershow_color_picker.xml b/res/layout/filtershow_color_picker.xml
index e2af5bd..e56bc0d 100644
--- a/res/layout/filtershow_color_picker.xml
+++ b/res/layout/filtershow_color_picker.xml
@@ -24,7 +24,7 @@
android:id="@+id/RelativeLayout1"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:background="@color/default_background">
+ android:background="@color/background_main_toolbar">
<com.android.gallery3d.filtershow.colorpicker.ColorCompareView
android:id="@+id/btnSelect"
@@ -32,7 +32,7 @@
android:layout_height="32dp"
android:layout_marginLeft="20dp"
android:layout_marginRight="20dp"
- android:layout_marginTop="8dp"
+ android:layout_marginTop="20dp"
android:layout_marginBottom="0dp"
/>
<com.android.gallery3d.filtershow.colorpicker.ColorSVRectView