pull/149/head
FongMi 2 years ago
parent 2afb22e3a6
commit 3ffa524d54
  1. 4
      app/build.gradle
  2. 1
      app/src/leanback/res/layout/activity_video.xml
  3. 4
      app/src/mobile/AndroidManifest.xml

@ -21,12 +21,12 @@ android {
leanback {
dimension "mode"
versionCode 206
versionName "20231014"
versionName "20231014#2"
}
mobile {
dimension "mode"
versionCode 206
versionName "20231014"
versionName "20231014#2"
}
java {
dimension "api"

@ -153,6 +153,7 @@
android:layout_alignStart="@+id/name"
android:layout_marginTop="6dp"
android:layout_marginEnd="24dp"
android:nextFocusDown="@id/actor"
android:singleLine="true"
android:textColor="@color/white"
android:textSize="16sp"

@ -94,7 +94,7 @@
<activity
android:name=".ui.activity.LiveActivity"
android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation"
android:launchMode="singleInstance"
android:launchMode="singleTask"
android:resizeableActivity="true"
android:screenOrientation="sensorLandscape"
android:supportsPictureInPicture="true" />
@ -107,7 +107,7 @@
<activity
android:name=".ui.activity.VideoActivity"
android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation"
android:launchMode="singleInstance"
android:launchMode="singleTask"
android:resizeableActivity="true"
android:screenOrientation="fullUser"
android:supportsPictureInPicture="true"

Loading…
Cancel
Save