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

@ -12,6 +12,6 @@
</deviceKey> </deviceKey>
</Target> </Target>
</runningDeviceTargetSelectedWithDropDown> </runningDeviceTargetSelectedWithDropDown>
<timeTargetWasSelectedWithDropDown value="2023-02-21T07:28:02.087325Z" /> <timeTargetWasSelectedWithDropDown value="2023-02-21T07:32:24.496507Z" />
</component> </component>
</project> </project>

View File

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

View File

@ -13,7 +13,8 @@
<ImageView <ImageView
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="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 <View
android:layout_width="match_parent" android:layout_width="match_parent"