This commit is contained in:
rootVIII 2021-05-30 01:22:23 -04:00
parent 6bc7850cf1
commit 7515994175

View file

@ -134,6 +134,7 @@ class EbitenViewWithErrorHandling extends EbitenView {
android:layout_height="match_parent" android:layout_height="match_parent"
android:background="@color/background_material_dark" android:background="@color/background_material_dark"
android:keepScreenOn="true" android:keepScreenOn="true"
android:screenOrientation="portrait"
tools:context="com.<your-username>.skullsmobile.MainActivity"> tools:context="com.<your-username>.skullsmobile.MainActivity">
<com.<your-username>.skullsmobile.EbitenViewWithErrorHandling <com.<your-username>.skullsmobile.EbitenViewWithErrorHandling