add one more string for the visually impared

This commit is contained in:
geeksville 2020-05-05 11:00:24 -07:00
parent cc471530da
commit 1d65542505
2 changed files with 2 additions and 0 deletions

View file

@ -13,6 +13,7 @@
android:layout_marginTop="8dp"
android:layout_marginEnd="8dp"
android:layout_marginBottom="8dp"
android:contentDescription="@string/list_of_nodes"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"

View file

@ -53,4 +53,5 @@
<string name="disconnected">Disconnected</string>
<string name="device_sleeping">Device sleeping</string>
<string name="connected_count">Connected: %s of %s online</string>
<string name="list_of_nodes">A list of nodes in the network</string>
</resources>