summaryrefslogtreecommitdiffstats
path: root/res/layout-sw720dp
diff options
context:
space:
mode:
authorPaul Soulos <psoulos@google.com>2014-09-02 12:48:02 -0700
committerPaul Soulos <psoulos@google.com>2014-09-02 12:48:02 -0700
commit91cdf7d805fae39f1c14a7c052795be9828d1e02 (patch)
tree29222dc38331574051ba0107a5130d26a6c725c6 /res/layout-sw720dp
parentd038b404445ae710991bd74ce90e47f6b7d4732d (diff)
downloadpackages_apps_Contacts-91cdf7d805fae39f1c14a7c052795be9828d1e02.tar.gz
packages_apps_Contacts-91cdf7d805fae39f1c14a7c052795be9828d1e02.tar.bz2
packages_apps_Contacts-91cdf7d805fae39f1c14a7c052795be9828d1e02.zip
Adds content description to the transparent side bars in sw720dp portrait
bug: 17331394 Change-Id: I8a819f92625c32dea0f3da0e40b7587502fc36d2
Diffstat (limited to 'res/layout-sw720dp')
-rw-r--r--res/layout-sw720dp/quickcontact_activity.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/res/layout-sw720dp/quickcontact_activity.xml b/res/layout-sw720dp/quickcontact_activity.xml
index e8fcf5461..efbb4d1eb 100644
--- a/res/layout-sw720dp/quickcontact_activity.xml
+++ b/res/layout-sw720dp/quickcontact_activity.xml
@@ -33,7 +33,8 @@
android:id="@+id/empty_start_column"
android:layout_width="0dp"
android:layout_height="match_parent"
- android:layout_weight="@integer/contact_list_space_layout_weight"/>
+ android:layout_weight="@integer/contact_list_space_layout_weight"
+ android:contentDescription="@string/quickcontact_transparent_view_description" />
<LinearLayout
android:layout_width="0dp"
@@ -62,7 +63,8 @@
android:id="@+id/empty_end_column"
android:layout_width="0dp"
android:layout_height="match_parent"
- android:layout_weight="@integer/contact_list_space_layout_weight"/>
+ android:layout_weight="@integer/contact_list_space_layout_weight"
+ android:contentDescription="@string/quickcontact_transparent_view_description" />
</LinearLayout>