summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorDoris Liu <tianliu@google.com>2014-03-13 15:58:51 -0700
committerDoris Liu <tianliu@google.com>2014-03-13 15:58:51 -0700
commitf2ca672248463f9cfbf9f4f5ead156fad1763e00 (patch)
treed8c59f1d90647bd1e547898c9779d891491f0a0c /res/layout
parent70c8b9532cc120e766936211f893c33158c0c99b (diff)
downloadandroid_packages_apps_Camera2-f2ca672248463f9cfbf9f4f5ead156fad1763e00.tar.gz
android_packages_apps_Camera2-f2ca672248463f9cfbf9f4f5ead156fad1763e00.tar.bz2
android_packages_apps_Camera2-f2ca672248463f9cfbf9f4f5ead156fad1763e00.zip
Add content description to settings button for accessibility
Bug: 13196135 Change-Id: I5730d6d55dda6658e67098b9fd14c4946ea8ee71
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/mode_list_layout.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/mode_list_layout.xml b/res/layout/mode_list_layout.xml
index 1920e233c..a90725b1b 100644
--- a/res/layout/mode_list_layout.xml
+++ b/res/layout/mode_list_layout.xml
@@ -35,6 +35,7 @@
android:layout_height="@dimen/mode_list_settings_icon_size"
android:scaleType="center"
android:layout_gravity="top|left"
+ android:contentDescription="@string/mode_settings"
android:background="@drawable/settings_gear_background"
android:src="@drawable/ic_settings_normal" />
</com.android.camera.ui.ModeListView> \ No newline at end of file