XashActivity: fix white navbar background

This commit is contained in:
mittorn 2020-07-10 06:53:31 +07:00
parent 8b6243d872
commit 2c8cf356f9

View file

@ -46,7 +46,8 @@
android:screenOrientation="sensorLandscape"
android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|screenLayout|fontScale|uiMode|orientation|screenSize|smallestScreenSize"
android:label="@string/app_name"
android:launchMode="singleTask">
android:launchMode="singleTask"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen">
<intent-filter>
<action android:name="su.xash.engine.START" />
<category android:name="android.intent.category.DEFAULT" />