diff options
Diffstat (limited to 'res/layout/camera_control.xml')
-rw-r--r-- | res/layout/camera_control.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/camera_control.xml b/res/layout/camera_control.xml index 3595849..9e05183 100644 --- a/res/layout/camera_control.xml +++ b/res/layout/camera_control.xml @@ -14,11 +14,12 @@ limitations under the License. --> +<!-- minHeight is necessary to avoid distortion or overlapping. --> <com.android.camera.ui.ControlPanelLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/control_panel" android:layout_width="match_parent" android:layout_height="wrap_content" - android:minHeight="76dp" + android:minHeight="105dp" android:background="@drawable/bg_camera_pattern"> <include layout="@layout/review_thumbnail" /> <include layout="@layout/review_control" /> |