mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-25 13:51:16 +00:00
Added content description for scan QR code icon in "add node" screen.
This commit is contained in:
parent
e5c578a54d
commit
ffb0deaaf9
2 changed files with 6 additions and 1 deletions
|
@ -4,4 +4,5 @@
|
|||
android:layout_width="48dip"
|
||||
android:layout_height="48dip"
|
||||
android:src="@drawable/ic_qrcode"
|
||||
android:onClick="onClick" />
|
||||
android:onClick="onClick"
|
||||
android:contentDescription="@string/scan_qr_code_description" />
|
||||
|
|
|
@ -155,6 +155,9 @@
|
|||
<!-- Toast shown when trying to create a node with an empty name -->
|
||||
<string name="node_name_required">The node name must not be empty</string>
|
||||
|
||||
<!-- Content description for node ID qr code icon -->
|
||||
<string name="scan_qr_code_description">Scan QR Code</string>
|
||||
|
||||
<!-- WebGuiActivity -->
|
||||
|
||||
|
||||
|
@ -199,6 +202,7 @@ Please report any problems you encounter.</string>
|
|||
|
||||
<!-- FolderPickerAcitivity -->
|
||||
|
||||
|
||||
<!-- Activity title -->
|
||||
<string name="folder_picker_title">Folder Picker</string>
|
||||
|
||||
|
|
Loading…
Reference in a new issue