summaryrefslogtreecommitdiffstats
path: root/res/layout-land/location_dialog_content.xml
diff options
context:
space:
mode:
authorSascha Haeberling <haeberling@google.com>2014-05-15 11:52:51 -0700
committerSascha Haeberling <haeberling@google.com>2014-05-15 12:36:15 -0700
commit5fad0cadb4268c15ae765a538c5b287d8a3c1a5b (patch)
tree47abceea4cd0b56b0ac5b894294f2a6bb3a54904 /res/layout-land/location_dialog_content.xml
parent86ea01ab99c34b2391b90bc0526ede283377f73c (diff)
downloadandroid_packages_apps_Camera2-5fad0cadb4268c15ae765a538c5b287d8a3c1a5b.tar.gz
android_packages_apps_Camera2-5fad0cadb4268c15ae765a538c5b287d8a3c1a5b.tar.bz2
android_packages_apps_Camera2-5fad0cadb4268c15ae765a538c5b287d8a3c1a5b.zip
Make new start-up screen accessible.
Bug: 14994854 - Make the text on locaiton dialog a label of checkbox - Add content description to aspect ratio image buttons Change-Id: Idbb633205eec35be2ec891e7c8ea079475c5ea3d
Diffstat (limited to 'res/layout-land/location_dialog_content.xml')
-rw-r--r--res/layout-land/location_dialog_content.xml41
1 files changed, 19 insertions, 22 deletions
diff --git a/res/layout-land/location_dialog_content.xml b/res/layout-land/location_dialog_content.xml
index 49f281537..ef4eb2e66 100644
--- a/res/layout-land/location_dialog_content.xml
+++ b/res/layout-land/location_dialog_content.xml
@@ -49,28 +49,25 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical">
- <CheckBox
- android:id="@+id/check_box"
- android:layout_width="44dp"
- android:layout_height="wrap_content"/>
- <TextView
- android:id="@+id/check_box_touch_delegate"
- android:layout_width="match_parent"
- android:layout_height="141dp"
- android:layout_marginLeft="44dp"
- android:layout_marginBottom="104dp"
- android:text="@string/remember_location_prompt"
- android:textSize="16sp"
- android:textColor="@color/dialog_text_color"/>
- <Button
- android:id="@+id/confirm_button"
- android:layout_width="144dp"
- android:layout_height="48dp"
- android:text="@string/startup_dialog_button_next"
- android:textColor="@android:color/white"
- android:background="@color/dialog_button_color"
- android:layout_gravity="bottom|center_horizontal" />
+ <CheckBox
+ android:id="@+id/check_box"
+ android:layout_width="match_parent"
+ android:layout_height="160dp"
+ android:layout_marginBottom="104dp"
+ android:gravity="top"
+ android:paddingLeft="10dp"
+ android:text="@string/remember_location_prompt"
+ android:textColor="@color/dialog_text_color"
+ android:textSize="16sp" />
+ <Button
+ android:id="@+id/confirm_button"
+ android:layout_width="144dp"
+ android:layout_height="48dp"
+ android:layout_gravity="bottom|center_horizontal"
+ android:background="@color/dialog_button_color"
+ android:text="@string/startup_dialog_button_next"
+ android:textColor="@android:color/white" />
</FrameLayout>
- </FrameLayout>
+</FrameLayout>
</LinearLayout> \ No newline at end of file