From b4f3fc4a1510485e49785277c317f9c25a05979e Mon Sep 17 00:00:00 2001 From: Sebastian Kaspari Date: Sat, 19 Feb 2011 21:58:37 +0100 Subject: [PATCH] Add server activity: Add content description for accessibility --- application/res/layout/serveradd.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/application/res/layout/serveradd.xml b/application/res/layout/serveradd.xml index 40926ed..026e79d 100644 --- a/application/res/layout/serveradd.xml +++ b/application/res/layout/serveradd.xml @@ -43,6 +43,7 @@ along with Yaaic. If not, see . android:layout_height="wrap_content" /> @@ -52,6 +53,7 @@ along with Yaaic. If not, see . android:layout_height="wrap_content" /> @@ -61,6 +63,7 @@ along with Yaaic. If not, see . android:layout_height="wrap_content" /> . android:layout_height="wrap_content" /> . android:maxEms="10" /> @@ -107,7 +113,8 @@ along with Yaaic. If not, see . android:id="@+id/nickname" android:layout_width="fill_parent" android:layout_height="wrap_content" - android:singleLine="true" /> + android:singleLine="true" + android:contentDescription="@string/nickname" />