This commit is contained in:
2026-04-11 17:32:14 +09:00
parent 2327326cca
commit d0422fafeb
14 changed files with 2297 additions and 130 deletions
+3 -2
View File
@@ -93,7 +93,7 @@
<activity
android:name=".home.NeoRssActivity"
android:theme="@style/Theme.LunarLauncher.Starting"
android:theme="@style/Theme.Player"
android:launchMode="singleInstance"
android:screenOrientation="userPortrait"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|screenLayout|layoutDirection|navigation"
@@ -122,10 +122,11 @@
android:launchMode="singleInstance"
android:configChanges="orientation|screenSize|screenLayout|smallestScreenSize"
android:screenOrientation="sensor"
android:hardwareAccelerated="true"
android:exported="false">
</activity>
<activity
android:name=".LauncherActivity"
android:theme="@style/Theme.LunarLauncher.Starting"