diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/preview_frame_video.xml | 8 |
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> |