summaryrefslogtreecommitdiffstats
path: root/res/layout-land
diff options
context:
space:
mode:
authorSpike Sprague <spikuru@google.com>2014-10-03 18:58:07 -0700
committerSpike Sprague <spikuru@google.com>2014-10-07 11:57:09 -0700
commit48e32cdd8d75e8d2bf2500ae32e8d9af1039ffe7 (patch)
treeeb7b59b243625f02894e6e29b5976f4710e3349f /res/layout-land
parent5381549fe58cd3c5a28dc18e2416c37d3c2d300b (diff)
downloadandroid_packages_apps_Camera2-48e32cdd8d75e8d2bf2500ae32e8d9af1039ffe7.tar.gz
android_packages_apps_Camera2-48e32cdd8d75e8d2bf2500ae32e8d9af1039ffe7.tar.bz2
android_packages_apps_Camera2-48e32cdd8d75e8d2bf2500ae32e8d9af1039ffe7.zip
adjust margin on TextViews and ImageViews in onboarding and tutorial screens
bug: 17654418 Change-Id: I10633495ae04fd00ac97c055094a6097f5f7c0a0
Diffstat (limited to 'res/layout-land')
-rw-r--r--res/layout-land/aspect_ratio_dialog_content.xml3
-rw-r--r--res/layout-land/location_dialog_content.xml7
2 files changed, 7 insertions, 3 deletions
diff --git a/res/layout-land/aspect_ratio_dialog_content.xml b/res/layout-land/aspect_ratio_dialog_content.xml
index 69e678162..c183f1d0a 100644
--- a/res/layout-land/aspect_ratio_dialog_content.xml
+++ b/res/layout-land/aspect_ratio_dialog_content.xml
@@ -40,12 +40,13 @@
android:text="@string/photo_size_selection_title"
android:textSize="22sp"
android:textColor="@color/dialog_text_color"
- android:layout_marginBottom="28dp" />
+ android:layout_margin="28dp" />
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="56dp"
android:layout_weight="1"
+ android:layout_margin="28dp"
android:textSize="20sp"
android:textColor="@color/dialog_text_color"
android:gravity="center_horizontal"
diff --git a/res/layout-land/location_dialog_content.xml b/res/layout-land/location_dialog_content.xml
index 837a99ca0..07f00ee98 100644
--- a/res/layout-land/location_dialog_content.xml
+++ b/res/layout-land/location_dialog_content.xml
@@ -32,6 +32,8 @@
android:text="@string/remember_location_title"
android:textSize="22sp"
android:textColor="@color/dialog_text_color"
+ android:layout_marginLeft="28dp"
+ android:layout_marginRight="28dp"
android:layout_marginBottom="28dp" />
<ImageView
android:layout_width="wrap_content"
@@ -52,10 +54,11 @@
<CheckBox
android:id="@+id/check_box"
android:layout_width="match_parent"
- android:layout_height="160dp"
- android:layout_marginBottom="104dp"
+ android:layout_height="wrap_content"
+ android:layout_marginBottom="72dp"
android:gravity="top"
android:paddingLeft="10dp"
+ android:paddingRight="10dp"
android:text="@string/remember_location_prompt"
android:textColor="@color/dialog_text_color"
android:textSize="16sp" />