version:1.0.8

update:
bugfixes:样式修改
This commit is contained in:
2023-10-16 16:43:19 +08:00
parent 62c5aa58ac
commit cd5898287c
10 changed files with 5 additions and 9 deletions

View File

@@ -16,8 +16,8 @@ android {
applicationId "com.uiui.videoplayer" applicationId "com.uiui.videoplayer"
minSdkVersion 24 minSdkVersion 24
targetSdkVersion 28 targetSdkVersion 28
versionCode 108 versionCode 109
versionName "1.0.7" versionName "1.0.8"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

View File

@@ -15,18 +15,15 @@
<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="userPortrait" />
<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="userPortrait" />
<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="userPortrait" />
<activity <activity
android:name=".activity.preview.PreviewActivity" android:name=".activity.preview.PreviewActivity"
android:exported="true" android:exported="true"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.1 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.0 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

@@ -83,7 +83,6 @@
app:layout_constraintHorizontal_bias="0.5" app:layout_constraintHorizontal_bias="0.5"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" /> app:layout_constraintTop_toTopOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
<androidx.constraintlayout.widget.ConstraintLayout <androidx.constraintlayout.widget.ConstraintLayout

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 9.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 9.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 9.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 9.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 9.9 KiB