[fea]
[添加offline 模式]
This commit is contained in:
yangyakun
2024-07-16 11:04:09 +08:00
parent df1220b12c
commit 5020ebbbf3
347 changed files with 14966 additions and 13 deletions

View File

@@ -0,0 +1,11 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.mogo.och.offline">
<application>
<activity android:name=".ui.BusSwitchLineActivity"
android:theme="@style/SwitchLineDialogStyle"
android:launchMode="singleTask"
android:screenOrientation="landscape" />
</application>
</manifest>