Fixed crash on Android 5 due to unavailable resource

This commit is contained in:
Daniele Verducci (Slimpenguin)
2023-02-21 08:42:01 +01:00
parent d3cb5abe27
commit 5ec000d1c9
3 changed files with 5 additions and 3 deletions

View File

@@ -17,7 +17,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="50dp"
android:src="@mipmap/ic_launcher_round"/>
android:background="@color/ic_launcher_background"
android:src="@drawable/ic_launcher_foreground"/>
<TextView
android:layout_width="match_parent"

View File

@@ -13,7 +13,8 @@
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@mipmap/ic_launcher_round"/>
android:background="@color/ic_launcher_background"
android:src="@drawable/ic_launcher_foreground"/>
<View
android:layout_width="match_parent"