fix crash. Fixes #1493

This commit is contained in:
Phillip Thelen 2021-02-23 16:25:37 +01:00
parent 78b8f0ee6e
commit 5e6e2cfc9e

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<merge xmlns:android="http://schemas.android.com/apk/res/android"
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:orientation="vertical"
android:layout_width="match_parent"
@ -39,4 +39,4 @@
android:layout_marginBottom="4dp"
style="@style/Body1"
tools:text="Welcome to the Market! Stock up on new gear or buy rare eggs and potions. Check in periodically for new stock." />
</merge>
</FrameLayout>