Fixed crash on Android 5 due to unavailable resource
This commit is contained in:
parent
d3cb5abe27
commit
5ec000d1c9
@ -12,6 +12,6 @@
|
||||
</deviceKey>
|
||||
</Target>
|
||||
</runningDeviceTargetSelectedWithDropDown>
|
||||
<timeTargetWasSelectedWithDropDown value="2023-02-21T07:28:02.087325Z" />
|
||||
<timeTargetWasSelectedWithDropDown value="2023-02-21T07:32:24.496507Z" />
|
||||
</component>
|
||||
</project>
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user