From f75600578b105201a0d8a4c57d8ac9da30fda668 Mon Sep 17 00:00:00 2001 From: Catfriend1 Date: Sun, 22 Sep 2019 20:31:31 +0200 Subject: [PATCH] Add contentDescription to editDeviceId in activity_device.xml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - According to GPlay Prelaunch Report of v1.2.2.5 Warnung - Objektlabel Ressourcenname com​.github​.catfriend1​.syncthingandroid:id​/editDeviceId Dieses Objekt hat möglicherweise kein für die Sprachausgabe lesbares Label. --- app/src/main/res/layout/activity_device.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/activity_device.xml b/app/src/main/res/layout/activity_device.xml index c1765a1c6..81c54cf08 100644 --- a/app/src/main/res/layout/activity_device.xml +++ b/app/src/main/res/layout/activity_device.xml @@ -38,7 +38,7 @@ android:layout_weight="1" android:drawableLeft="@drawable/ic_cellphone_black_24dp" android:drawableStart="@drawable/ic_cellphone_black_24dp" - android:hint="@string/device_id" + android:contentDescription="@string/device_id" android:imeOptions="actionNext" android:inputType="textNoSuggestions|textMultiLine" android:focusable="true"