Crash fix: TextureView doesn't support displaying a background drawable

This commit is contained in:
khanhduytran0 2020-12-09 04:32:25 +07:00
parent b3b38ce05c
commit fa57a5f90c

View File

@ -21,8 +21,7 @@
<net.kdt.pojavlaunch.MinecraftGLView
android:id="@+id/main_game_render_view"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="#00000000"/>
android:layout_height="fill_parent"/>
<LinearLayout
android:layout_height="match_parent"