fix some accessiblity warnings

1.2-legacy
geeksville 2020-04-29 12:08:13 -07:00
rodzic 3a8ed8bf20
commit 52c47af364
4 zmienionych plików z 5 dodań i 2 usunięć

Wyświetl plik

@ -88,7 +88,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="96dp"
android:contentDescription="@string/share_button"
android:contentDescription="@string/share"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="@+id/editableCheckbox"
app:srcCompat="@drawable/ic_twotone_share_24" />

Wyświetl plik

@ -12,6 +12,7 @@
android:layout_marginTop="8dp"
android:layout_marginEnd="8dp"
android:layout_marginBottom="8dp"
android:contentDescription="Text messages"
app:layout_constraintBottom_toTopOf="@+id/textInputLayout"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"

Wyświetl plik

@ -2,7 +2,8 @@
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
android:contentDescription="A list of nodes in the mesh">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/nodeListView"

Wyświetl plik

@ -49,4 +49,5 @@
<string name="pairing_completed">Pairing completed, starting service</string>
<string name="pairing_failed_try_again">Pairing failed, please select again</string>
<string name="location_disabled">Location access is disabled, can not provide position to the mesh.</string>
<string name="share">Share</string>
</resources>