summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorTarun Nainani <tnainani@codeaurora.org>2015-07-01 17:41:48 -0700
committerjrizzoli <joey@cyanogenmoditalia.it>2015-08-28 13:15:45 +0200
commit13ba9fd2acd57db44be57705c0fc5ad7967ba0aa (patch)
treea3f2e863e729b410714a021fb375fa279c059dc8 /res
parentff9821f7274f10d8bdde024dda96845499341a87 (diff)
downloadandroid_packages_apps_Gello-13ba9fd2acd57db44be57705c0fc5ad7967ba0aa.tar.gz
android_packages_apps_Gello-13ba9fd2acd57db44be57705c0fc5ad7967ba0aa.tar.bz2
android_packages_apps_Gello-13ba9fd2acd57db44be57705c0fc5ad7967ba0aa.zip
Add content description for 'no_subfolders' textview
Fixes issue with voice promt in talkback mode. Change-Id: I2c3d9547cfc7d357264401da902e723e44173b88
Diffstat (limited to 'res')
-rw-r--r--res/layout/browser_add_bookmark_content.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/browser_add_bookmark_content.xml b/res/layout/browser_add_bookmark_content.xml
index cfaa81a4..f97753dc 100644
--- a/res/layout/browser_add_bookmark_content.xml
+++ b/res/layout/browser_add_bookmark_content.xml
@@ -192,6 +192,7 @@
android:layout_marginStart="16dip"
android:layout_marginTop="16dip"
android:text="@string/no_subfolders"
+ android:contentDescription="@string/no_subfolders"
android:textStyle="italic"
android:textAppearance="?android:attr/textAppearanceMedium" />
</LinearLayout>