version:1.0.0
bugfixes: update:更改包名,增加系统签名,修改图标
@@ -8,7 +8,7 @@
|
||||
|
||||
<variable
|
||||
name="click"
|
||||
type="com.uiui.videoplayer.activity.pic.GalleryActivity.BtnClick" />
|
||||
type="com.hainaos.vc.activity.pic.GalleryActivity.BtnClick" />
|
||||
</data>
|
||||
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
<variable
|
||||
name="click"
|
||||
type="com.uiui.videoplayer.activity.main.MainActivity.Click" />
|
||||
type="com.hainaos.vc.activity.main.MainActivity.Click" />
|
||||
</data>
|
||||
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
@@ -51,7 +51,7 @@
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="家庭空间"
|
||||
android:text="海纳美业学习机"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="24sp"
|
||||
android:textStyle="bold"
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
<variable
|
||||
name="click"
|
||||
type="com.uiui.videoplayer.activity.privacy.PrivacyActivity.BtnClick" />
|
||||
type="com.hainaos.vc.activity.privacy.PrivacyActivity.BtnClick" />
|
||||
</data>
|
||||
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
<variable
|
||||
name="click"
|
||||
type="com.uiui.videoplayer.activity.splash.SplashActivity.BtnClick" />
|
||||
type="com.hainaos.vc.activity.splash.SplashActivity.BtnClick" />
|
||||
</data>
|
||||
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
<variable
|
||||
name="click"
|
||||
type="com.uiui.videoplayer.activity.video.VideoActivity.BtnClick" />
|
||||
type="com.hainaos.vc.activity.video.VideoActivity.BtnClick" />
|
||||
</data>
|
||||
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
<variable
|
||||
name="click"
|
||||
type="com.uiui.videoplayer.activity.vip.VipActivity.Click" />
|
||||
type="com.hainaos.vc.activity.vip.VipActivity.Click" />
|
||||
|
||||
</data>
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
<variable
|
||||
name="click"
|
||||
type="com.uiui.videoplayer.fragment.pic.PictureFragment.BtnClick" />
|
||||
type="com.hainaos.vc.fragment.pic.PictureFragment.BtnClick" />
|
||||
</data>
|
||||
|
||||
<FrameLayout
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
android:adjustViewBounds="true"
|
||||
android:scaleType="centerInside" />
|
||||
|
||||
<com.uiui.videoplayer.CustomJzvd.JzvdStdAssert
|
||||
<com.hainaos.vc.CustomJzvd.JzvdStdAssert
|
||||
android:id="@+id/videoplayer"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent" />
|
||||
|
||||
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 39 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 39 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 39 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 39 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 39 KiB |
@@ -1,5 +1,5 @@
|
||||
<resources>
|
||||
<string name="app_name">家庭空间</string>
|
||||
<string name="app_name">海纳美业学习机</string>
|
||||
<string name="download_now">正在下载%s</string>
|
||||
|
||||
<!-- TODO: Remove or change this placeholder text -->
|
||||
|
||||
27
app/src/main/res/xml/file_paths.xml
Normal file
@@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<paths>
|
||||
<!-- 共享内部存储文件 -->
|
||||
<files-path
|
||||
name="my_internal_files"
|
||||
path="." />
|
||||
<!-- 共享内部缓存 -->
|
||||
<cache-path
|
||||
name="my_internal_cache"
|
||||
path="." />
|
||||
|
||||
<!-- 共享外部存储根目录下的文件 (谨慎使用) -->
|
||||
<external-path
|
||||
name="my_external_storage"
|
||||
path="." />
|
||||
<!-- 共享应用外部存储专属目录下的文件 -->
|
||||
<external-files-path
|
||||
name="my_app_external_files"
|
||||
path="downloads/" />
|
||||
<!-- 共享应用外部缓存 -->
|
||||
<external-cache-path
|
||||
name="my_app_external_cache"
|
||||
path="." />
|
||||
|
||||
<!-- 备选方案:共享设备根目录下的文件 (不推荐常规使用) -->
|
||||
<!-- <root-path name="root" path="" /> -->
|
||||
</paths>
|
||||