Fix missing icon in error view

This commit is contained in:
Maxime NATUREL 2022-07-29 16:41:46 +02:00
parent b83acf373d
commit 6572a1a331

View file

@ -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"