Merge "bugfix 5370554 camcorder preview background is inconsistent"
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>