summaryrefslogtreecommitdiffstats
path: root/res/layout-land/location_dialog_content.xml
diff options
context:
space:
mode:
authorAlan Newberger <alann@google.com>2015-02-18 14:45:43 -0800
committerAlan Newberger <alann@google.com>2015-02-18 14:45:43 -0800
commit7aea01c423c0303d71c44d05184d61eb16fec8d8 (patch)
tree490a529981c8fabaedaf199afe08aada3125e397 /res/layout-land/location_dialog_content.xml
parent251c60cbdfc6b221510a43dd25543ea16f9f582b (diff)
downloadandroid_packages_apps_Camera2-7aea01c423c0303d71c44d05184d61eb16fec8d8.tar.gz
android_packages_apps_Camera2-7aea01c423c0303d71c44d05184d61eb16fec8d8.tar.bz2
android_packages_apps_Camera2-7aea01c423c0303d71c44d05184d61eb16fec8d8.zip
Add black buttonTint to checkbox
For API 21, add a black button tint to the checkbox to ensure it paints black against the current light blue background. Bug: 19083903 Change-Id: Ifdd4ddf39bcd379b5761e3d2dacb3963967fd9eb
Diffstat (limited to 'res/layout-land/location_dialog_content.xml')
-rw-r--r--res/layout-land/location_dialog_content.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/res/layout-land/location_dialog_content.xml b/res/layout-land/location_dialog_content.xml
index e3dab88c1..a13160b68 100644
--- a/res/layout-land/location_dialog_content.xml
+++ b/res/layout-land/location_dialog_content.xml
@@ -52,16 +52,14 @@
android:layout_gravity="center_vertical">
<CheckBox
android:id="@+id/check_box"
+ style="@style/DialogCheckBox"
android:layout_width="match_parent"
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"
- android:lineSpacingExtra="1.9sp" />
+ android:text="@string/remember_location_prompt" />
<Button
android:id="@+id/confirm_button"
style="@style/BlueButton"