Skip to content

Commit

Permalink
Hide text loading results
Browse files Browse the repository at this point in the history
  • Loading branch information
dzlabing committed Apr 25, 2023
1 parent 2db9e11 commit 6121b3d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/layout/activity_results.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center_horizontal"
android:text="@string/text_failed_to_load_results"
app:visibleOrGone="@{state.testResult == null}"
android:text="@string/text_loading_results"
app:visibleOrGone="@{false}"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
<string name="map_search_location_dialog_info">Suche nach einer Adresse oder Stadt:</string>
<string name="map_search_location_dialog_not_found">Adresse nicht gefunden.</string>
<string name="map_search_location_not_supported">Ihr Gerät unterstützt diese Funktion nicht.</string>
<string name="text_failed_to_load_results">Die Ergebnisse sind noch nicht verfügbar.\nZur Aktualisierung bitte nach unten ziehen.</string>
<string name="text_loading_results">Das Ergebnis wird geladen.</string>
<string name="title_sync">Synchronisieren</string>
<string name="text_sync_info">Es besteht die Möglichkeit, Messergebnisse von anderen Endgeräten zusammenzuführen. Dazu müssen Sie einen bereits erhaltenen Synchronisations-Code eingeben oder einen neuen anfordern.</string>
<string name="button_sync_request_code">Code anfordern</string>
Expand Down
4 changes: 1 addition & 3 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -251,9 +251,7 @@
<string name="map_search_location_dialog_info">Search for an address or city:</string>
<string name="map_search_location_dialog_not_found">Address not found.</string>
<string name="map_search_location_not_supported">Sorry, this function is not supported by your device.</string>

<string name="text_failed_to_load_results">The results are not yet available.\nPlease pull down to refresh.</string>

<string name="text_loading_results">Loading test results</string>
<string name="title_sync">Synchronization</string>
<string name="text_sync_info">You have the possibility to join results from different devices. To do so, you have to enter an already requested synchronisation code or request a new one.</string>
<string name="button_sync_request_code">Request Code</string>
Expand Down

0 comments on commit 6121b3d

Please sign in to comment.