summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authornicolasroard <nicolasroard@google.com>2012-11-28 21:27:27 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2012-11-28 21:27:27 -0800
commit2cd1e97bf8cdd9c2426a61994efdcaf733a4d3cf (patch)
tree2d23ab2495f73a214b431e4b959711a42c44d7f2 /res/layout
parent819390c37841fa6fa7b90b5648364c7f31281057 (diff)
parent955500e208ca780a63c22f9048cdc734c3b99a38 (diff)
downloadandroid_packages_apps_Snap-2cd1e97bf8cdd9c2426a61994efdcaf733a4d3cf.tar.gz
android_packages_apps_Snap-2cd1e97bf8cdd9c2426a61994efdcaf733a4d3cf.tar.bz2
android_packages_apps_Snap-2cd1e97bf8cdd9c2426a61994efdcaf733a4d3cf.zip
am 205d0cdf: Fix overdraw the correct way...
* commit '205d0cdf0590bc1156a1d7fff1d0811d142de4a6': Fix overdraw the correct way...
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/filtershow_activity.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/res/layout/filtershow_activity.xml b/res/layout/filtershow_activity.xml
index 1d0ddf3cd..529a29b7d 100644
--- a/res/layout/filtershow_activity.xml
+++ b/res/layout/filtershow_activity.xml
@@ -18,8 +18,7 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:id="@+id/mainView"
- android:background="@color/background_screen" >
+ android:id="@+id/mainView">
<LinearLayout
android:id="@+id/imageStatePanel"