summaryrefslogtreecommitdiffstats
path: root/res/layout/camera_filmstrip.xml
diff options
context:
space:
mode:
authorAngus Kong <shkong@google.com>2013-12-04 23:38:00 -0800
committerAngus Kong <shkong@google.com>2013-12-05 16:29:53 -0800
commit43596cd34e7020d6a0aafcdc31297237ad98496c (patch)
tree0678fcb8662601c263fdcca0486c521c2ff12669 /res/layout/camera_filmstrip.xml
parent14d9bbc8b4f259696ad89e39480c7b7ec22c8314 (diff)
downloadandroid_packages_apps_Camera2-43596cd34e7020d6a0aafcdc31297237ad98496c.tar.gz
android_packages_apps_Camera2-43596cd34e7020d6a0aafcdc31297237ad98496c.tar.bz2
android_packages_apps_Camera2-43596cd34e7020d6a0aafcdc31297237ad98496c.zip
Add quantum paper background for filmstrip.
Also fix the issue of flickering when swiping out filmstrip. bug:11898278 Change-Id: I0fd0c394cd8c14d70fd7ef1c912ab05d2a5c6668
Diffstat (limited to 'res/layout/camera_filmstrip.xml')
-rw-r--r--res/layout/camera_filmstrip.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/res/layout/camera_filmstrip.xml b/res/layout/camera_filmstrip.xml
index ce5d400a6..901991592 100644
--- a/res/layout/camera_filmstrip.xml
+++ b/res/layout/camera_filmstrip.xml
@@ -24,8 +24,7 @@
<com.android.camera.ui.FilmstripView
android:id="@+id/filmstrip_view"
android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="@color/filmstrip_background"/>
+ android:layout_height="match_parent" />
<include layout="@layout/filmstrip_bottom_controls" />