From ffb0deaaf9a5288262daadfeb5b952348110d811 Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Sun, 27 Jul 2014 21:54:12 +0200 Subject: [PATCH] Added content description for scan QR code icon in "add node" screen. --- src/main/res/layout/scan_qr_code_widget.xml | 3 ++- src/main/res/values/strings.xml | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/main/res/layout/scan_qr_code_widget.xml b/src/main/res/layout/scan_qr_code_widget.xml index ad928e5a..ab875919 100644 --- a/src/main/res/layout/scan_qr_code_widget.xml +++ b/src/main/res/layout/scan_qr_code_widget.xml @@ -4,4 +4,5 @@ android:layout_width="48dip" android:layout_height="48dip" android:src="@drawable/ic_qrcode" - android:onClick="onClick" /> \ No newline at end of file + android:onClick="onClick" + android:contentDescription="@string/scan_qr_code_description" /> diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index 5f62b719..fd126763 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -155,6 +155,9 @@ The node name must not be empty + + Scan QR Code + @@ -199,6 +202,7 @@ Please report any problems you encounter. + Folder Picker