summaryrefslogtreecommitdiffstats
path: root/res/layout-land/location_dialog_content.xml
diff options
context:
space:
mode:
authorSpike Sprague <spikuru@google.com>2014-10-22 15:39:06 -0700
committerSpike Sprague <spikuru@google.com>2014-10-22 16:48:36 -0700
commitf44f9312d8a3208b5ce46e73144f49649ec0a963 (patch)
tree3f0ebd6c499a65e5dd64fd541715dc4d84ca7ccd /res/layout-land/location_dialog_content.xml
parentea77c6b2f9a602712c19ed0f441c6439b2f168de (diff)
downloadandroid_packages_apps_Camera2-f44f9312d8a3208b5ce46e73144f49649ec0a963.tar.gz
android_packages_apps_Camera2-f44f9312d8a3208b5ce46e73144f49649ec0a963.tar.bz2
android_packages_apps_Camera2-f44f9312d8a3208b5ce46e73144f49649ec0a963.zip
new colors for GAR contrast compliance
Change-Id: I2e1a05b9670c01c9729ed9e7b8b146add95ab88f
Diffstat (limited to 'res/layout-land/location_dialog_content.xml')
-rw-r--r--res/layout-land/location_dialog_content.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout-land/location_dialog_content.xml b/res/layout-land/location_dialog_content.xml
index 07f00ee98..2577f6948 100644
--- a/res/layout-land/location_dialog_content.xml
+++ b/res/layout-land/location_dialog_content.xml
@@ -61,7 +61,8 @@
android:paddingRight="10dp"
android:text="@string/remember_location_prompt"
android:textColor="@color/dialog_text_color"
- android:textSize="16sp" />
+ android:textSize="16sp"
+ android:lineSpacingExtra="1.9sp" />
<Button
android:id="@+id/confirm_button"
style="@style/BlueButton"