Attempting to style for mobile
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user