add missing file to fix build

This commit is contained in:
Eric House 2022-06-13 08:57:42 -07:00
parent ca424315a4
commit f04e19e6bd

View file

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
>
<CheckBox android:id="@+id/check"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
/>
<TextView android:id="@+id/expl"
style="@style/new_game_expl"
/>
</LinearLayout>