Format test for displaying existing wipers

This commit is contained in:
ameba23
2021-05-17 12:17:28 +02:00
parent ff493273c1
commit 60065fe38f
4 changed files with 9 additions and 6 deletions

View File

@@ -16,7 +16,7 @@ android:layout_height="match_parent">
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center"
android:text="placeholder threshold"
android:text="@string/assigned_wipers"
android:textSize="16sp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
@@ -27,7 +27,6 @@ android:layout_height="match_parent">
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center"
android:text="@string/backup_done_info"
android:textSize="16sp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"