summaryrefslogtreecommitdiffstats
path: root/res/layout-port
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-port
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-port')
-rw-r--r--res/layout-port/location_dialog_content.xml17
1 files changed, 7 insertions, 10 deletions
diff --git a/res/layout-port/location_dialog_content.xml b/res/layout-port/location_dialog_content.xml
index 3a754c07c..cb1533eb3 100644
--- a/res/layout-port/location_dialog_content.xml
+++ b/res/layout-port/location_dialog_content.xml
@@ -36,22 +36,19 @@
android:layout_height="0dp"
android:layout_marginLeft="44dp"
android:layout_marginRight="44dp"
- android:orientation="horizontal"
- android:layout_weight="1">
+ android:layout_weight="1"
+ android:orientation="horizontal" >
<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="match_parent"
+ android:layout_height="wrap_content"
+ android:gravity="top"
+ android:paddingLeft="10dp"
android:text="@string/remember_location_prompt"
- android:textSize="16sp"
android:textColor="@color/dialog_text_color"
- android:layout_weight="1"/>
-
+ android:textSize="16sp" />
</LinearLayout>
+
<Button
android:id="@+id/confirm_button"
android:layout_width="144dp"