Skip to content

Commit

Permalink
review: use unity theme instead
Browse files Browse the repository at this point in the history
note: android support starts with 2023.1.7f1, for which the used theme is available
  • Loading branch information
TiphaineRousseauU committed Dec 20, 2024
1 parent d645038 commit bea0e73
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,15 @@
android:name=".MainUnityActivity"
android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|orientation|screenLayout|uiMode|screenSize|smallestScreenSize|fontScale|layoutDirection|density"
android:hardwareAccelerated="false"
android:theme="@style/UnityThemeSelector"
android:process=":Unity"
android:screenOrientation="fullSensor"></activity>

<activity
android:name=".MainUnityGameActivity"
android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|orientation|screenLayout|uiMode|screenSize|smallestScreenSize|fontScale|layoutDirection|density"
android:hardwareAccelerated="false"
android:theme="@style/AppTheme.NoActionBar"
android:theme="@style/BaseUnityGameActivityTheme"
android:process=":Unity"
android:screenOrientation="fullSensor"></activity>
</application>
Expand Down

0 comments on commit bea0e73

Please sign in to comment.