2890 show warning on missing description (#2919)

* issue 2890: Show a warning icon if media description is missing

* issue 2890: Remove disturbing additional signs

* issue 2890: Add another icon; use a snackbar; change wording; use orange as color

* issue 2890: Remove now unneeded new resource

* issue 2890: Use a toast (also) to avoid elevation problems

* issue 2890: Use snackbar with elevation again; refactor a bit
This commit is contained in:
UlrichKu 2022-12-06 19:28:44 +01:00 committed by GitHub
commit 2accfd0712
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 45 additions and 11 deletions

View file

@ -131,6 +131,7 @@
<string name="hint_display_name">Anzeigename</string>
<string name="hint_note">Über mich</string>
<string name="hint_search">Suchen </string>
<string name="hint_media_description_missing">Medien sollten Beschreibungen haben.</string>
<string name="search_no_results">Keine Ergebnisse</string>
<string name="label_quick_reply">Antworten </string>
<string name="label_avatar">Profilbild</string>