summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorMark Wagner <mxw@google.com>2011-10-04 16:30:57 -0700
committerMark Wagner <mxw@google.com>2011-10-04 16:30:57 -0700
commit23276bf6dc1d0282ea7107a9069b7d27a80bead7 (patch)
tree3a2116e6daabc2e1b6ce65af60848dbeb30c57e6 /res
parentff1c641693cf537703fef3949ccf15898c3ad5d0 (diff)
downloadLegacyCamera-23276bf6dc1d0282ea7107a9069b7d27a80bead7.zip
LegacyCamera-23276bf6dc1d0282ea7107a9069b7d27a80bead7.tar.gz
LegacyCamera-23276bf6dc1d0282ea7107a9069b7d27a80bead7.tar.bz2
bugfix 5370554 camcorder preview background is inconsistent
Change-Id: Iac812d08a446cc496b9c0162422c83720cc3ba04
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>