summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/layout-land/bottom_bar.xml2
-rw-r--r--res/layout-port/bottom_bar.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/res/layout-land/bottom_bar.xml b/res/layout-land/bottom_bar.xml
index 1d2ca0b25..e7b44c5ed 100644
--- a/res/layout-land/bottom_bar.xml
+++ b/res/layout-land/bottom_bar.xml
@@ -20,7 +20,7 @@
<com.android.camera.ui.BottomBar
android:id="@+id/bottom_bar"
android:layout_height="match_parent"
- android:layout_width="@dimen/bottom_bar_height_optimal"
+ android:layout_width="match_parent"
android:layout_gravity="right"
android:paddingTop="@dimen/camera_controls_padding_start"
android:paddingBottom="@dimen/camera_controls_padding_end"
diff --git a/res/layout-port/bottom_bar.xml b/res/layout-port/bottom_bar.xml
index 01fe00160..9102bc6b9 100644
--- a/res/layout-port/bottom_bar.xml
+++ b/res/layout-port/bottom_bar.xml
@@ -20,7 +20,7 @@
<com.android.camera.ui.BottomBar
android:id="@+id/bottom_bar"
android:layout_width="match_parent"
- android:layout_height="@dimen/bottom_bar_height_optimal"
+ android:layout_height="match_parent"
android:layout_gravity="bottom"
android:paddingLeft="@dimen/camera_controls_padding_start"
android:paddingRight="@dimen/camera_controls_padding_end"