summaryrefslogtreecommitdiffstats
path: root/res/layout-port
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout-port')
-rw-r--r--res/layout-port/camera_controls.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout-port/camera_controls.xml b/res/layout-port/camera_controls.xml
index 4ed9e63c3..ebbdf265e 100644
--- a/res/layout-port/camera_controls.xml
+++ b/res/layout-port/camera_controls.xml
@@ -16,8 +16,8 @@
<com.android.camera.ui.CameraControls
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/camera_controls"
- style="@style/CameraControls"
- android:layout_gravity="center" >
+ android:layout_width="match_parent"
+ android:layout_height="match_parent" >
<View
android:id="@+id/blocker"