version:
bugfixes: update:修改为横竖屏自适应
This commit is contained in:
@@ -17,7 +17,6 @@
|
|||||||
android:name=".activity.splash.SplashActivity"
|
android:name=".activity.splash.SplashActivity"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
android:launchMode="singleTask"
|
android:launchMode="singleTask"
|
||||||
android:screenOrientation="portrait"
|
|
||||||
android:theme="@style/AppSplashTheme">
|
android:theme="@style/AppSplashTheme">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<category android:name="android.intent.category.DEFAULT" />
|
<category android:name="android.intent.category.DEFAULT" />
|
||||||
@@ -30,8 +29,7 @@
|
|||||||
<activity
|
<activity
|
||||||
android:name=".activity.main.MainActivity"
|
android:name=".activity.main.MainActivity"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
android:launchMode="singleTask"
|
android:launchMode="singleTask">
|
||||||
android:screenOrientation="portrait">
|
|
||||||
<!-- <intent-filter>-->
|
<!-- <intent-filter>-->
|
||||||
<!-- <category android:name="android.intent.category.DEFAULT" />-->
|
<!-- <category android:name="android.intent.category.DEFAULT" />-->
|
||||||
<!-- <action android:name="android.intent.action.MAIN" />-->
|
<!-- <action android:name="android.intent.action.MAIN" />-->
|
||||||
@@ -42,32 +40,26 @@
|
|||||||
<activity
|
<activity
|
||||||
android:name=".activity.video.VideoActivity"
|
android:name=".activity.video.VideoActivity"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
android:launchMode="singleTask"
|
android:launchMode="singleTask" />
|
||||||
android:screenOrientation="portrait" />
|
|
||||||
<activity
|
<activity
|
||||||
android:name=".activity.pic.GalleryActivity"
|
android:name=".activity.pic.GalleryActivity"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
android:launchMode="singleTask"
|
android:launchMode="singleTask" />
|
||||||
android:screenOrientation="portrait" />
|
|
||||||
<activity
|
<activity
|
||||||
android:name=".activity.preview.PreviewActivity"
|
android:name=".activity.preview.PreviewActivity"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
android:launchMode="singleTask"
|
android:launchMode="singleTask" />
|
||||||
android:screenOrientation="portrait" />
|
|
||||||
<activity
|
<activity
|
||||||
android:name=".activity.PlayActivity"
|
android:name=".activity.PlayActivity"
|
||||||
android:configChanges="orientation|screenSize|keyboardHidden"
|
android:configChanges="orientation|screenSize|keyboardHidden" />
|
||||||
android:screenOrientation="portrait" />
|
|
||||||
<activity
|
<activity
|
||||||
android:name=".activity.tiktok.TikTokActivity"
|
android:name=".activity.tiktok.TikTokActivity"
|
||||||
android:configChanges="orientation|screenSize|keyboardHidden"
|
android:configChanges="orientation|screenSize|keyboardHidden"
|
||||||
android:screenOrientation="portrait"
|
|
||||||
android:theme="@style/Theme.AppCompat.NoActionBar" />
|
android:theme="@style/Theme.AppCompat.NoActionBar" />
|
||||||
<activity
|
<activity
|
||||||
android:name=".activity.vip.VipActivity"
|
android:name=".activity.vip.VipActivity"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
android:launchMode="singleTask"
|
android:launchMode="singleTask"
|
||||||
android:screenOrientation="portrait"
|
|
||||||
android:theme="@style/activity_styles" />
|
android:theme="@style/activity_styles" />
|
||||||
<activity android:name=".activity.privacy.PrivacyActivity" />
|
<activity android:name=".activity.privacy.PrivacyActivity" />
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user