Attempting to style for mobile

This commit is contained in:
2026-08-09 11:57:13 -05:00
parent 5c5bca6b3a
commit 6f6a92257a
3 changed files with 189 additions and 4 deletions

View File

@@ -14,7 +14,8 @@
android:label="Critterfolio"
android:configChanges="orientation|screenSize|keyboardHidden"
android:exported="true"
android:screenOrientation="fullSensor">
android:screenOrientation="fullSensor"
android:theme="@android:style/Theme.Black.NoTitleBar">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
@@ -22,4 +23,4 @@
</intent-filter>
</activity>
</application>
</manifest>
</manifest>