summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorMark Wagner <mxw@google.com>2011-10-05 11:26:32 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-10-05 11:26:32 -0700
commit7cb7736b6b6087cc965bafca72eac912fe7bf165 (patch)
tree04bcc5544abdb3c37d4d87c14e566190dcab2238 /res
parent2fc09f97eceef3659572d695cadd791b4dcfd19c (diff)
parent23276bf6dc1d0282ea7107a9069b7d27a80bead7 (diff)
downloadpackages_apps_LegacyCamera-7cb7736b6b6087cc965bafca72eac912fe7bf165.zip
packages_apps_LegacyCamera-7cb7736b6b6087cc965bafca72eac912fe7bf165.tar.gz
packages_apps_LegacyCamera-7cb7736b6b6087cc965bafca72eac912fe7bf165.tar.bz2
Merge "bugfix 5370554 camcorder preview background is inconsistent"
Diffstat (limited to 'res')
-rw-r--r--res/layout/preview_frame_video.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/res/layout/preview_frame_video.xml b/res/layout/preview_frame_video.xml
index f80ffe3..7bc4a49 100644
--- a/res/layout/preview_frame_video.xml
+++ b/res/layout/preview_frame_video.xml
@@ -68,5 +68,13 @@
</com.android.camera.PreviewFrameLayout>
<!-- Indicator control and popup window frame. -->
<include layout="@layout/indicator_bar" />
+
+ <!-- Fill up the remaining space with black. -->
+ <View
+ android:background="#ff000000"
+ android:layout_width="match_parent"
+ android:layout_height="0dip"
+ android:layout_below="@+id/frame"
+ android:layout_alignParentBottom="true" />
</RelativeLayout>