Skip to content

Commit

Permalink
Add contentDescription to editDeviceId in activity_device.xml
Browse files Browse the repository at this point in the history
- 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.
  • Loading branch information
Catfriend1 committed Sep 22, 2019
1 parent 7e978ca commit f756005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_device.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f756005

Please sign in to comment.