mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-23 09:56:00 +03:00
Fix missing icon in error view
This commit is contained in:
parent
b83acf373d
commit
6572a1a331
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
android:layout_width="28dp"
|
android:layout_width="28dp"
|
||||||
android:layout_height="28dp"
|
android:layout_height="28dp"
|
||||||
android:contentDescription="@string/a11y_location_share_option_pinned_icon"
|
android:contentDescription="@string/a11y_location_share_option_pinned_icon"
|
||||||
tools:src="@drawable/ic_warning_badge" />
|
android:src="@drawable/ic_warning_badge" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/mapLoadingErrorDescription"
|
android:id="@+id/mapLoadingErrorDescription"
|
||||||
|
|
Loading…
Reference in a new issue