summaryrefslogtreecommitdiffstats
path: root/res/layout/camera_filmstrip.xml
diff options
context:
space:
mode:
authorAngus Kong <shkong@google.com>2014-02-11 15:26:01 -0800
committerAngus Kong <shkong@google.com>2014-02-11 16:26:29 -0800
commit2e090667b643a03c45033231399ec70d36b5b2e8 (patch)
tree305917ce5072a998e9791e2001d8837a31d115fd /res/layout/camera_filmstrip.xml
parent372c609a2cd0c5aa2e42bcc68df3440d70daa114 (diff)
downloadandroid_packages_apps_Camera2-2e090667b643a03c45033231399ec70d36b5b2e8.tar.gz
android_packages_apps_Camera2-2e090667b643a03c45033231399ec70d36b5b2e8.tar.bz2
android_packages_apps_Camera2-2e090667b643a03c45033231399ec70d36b5b2e8.zip
Use ImageView as background for filmstrip layout.
This is a workaround. bug:12974357 Change-Id: I7e3601acddb623499776d689575bafb8f8a181d6
Diffstat (limited to 'res/layout/camera_filmstrip.xml')
-rw-r--r--res/layout/camera_filmstrip.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/layout/camera_filmstrip.xml b/res/layout/camera_filmstrip.xml
index 23f717544..8b9b91351 100644
--- a/res/layout/camera_filmstrip.xml
+++ b/res/layout/camera_filmstrip.xml
@@ -21,6 +21,11 @@
android:layout_height="match_parent"
android:visibility="invisible">
+ <ImageView
+ android:id="@+id/filmstrip_background_view"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent" />
+
<FrameLayout
android:id="@+id/camera_filmstrip_content_layout"
android:layout_width="match_parent"