version:1.2.2
bugfixes: update:修改样式
This commit is contained in:
@@ -14,10 +14,12 @@ android {
|
||||
|
||||
defaultConfig {
|
||||
applicationId "com.uiui.videoplayer"
|
||||
minSdkVersion 24
|
||||
|
||||
//There are no CERT files because If the mini sdk version is 23+, the AGP will ignore the V1 scheme signature.
|
||||
minSdkVersion 23
|
||||
targetSdkVersion 28
|
||||
versionCode 121
|
||||
versionName "1.2.1"
|
||||
versionCode 122
|
||||
versionName "1.2.2"
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
|
||||
|
||||
@@ -69,7 +69,7 @@ public class PrivacyActivity extends BaseMvvmActivity<PrivacyViewModel, Activity
|
||||
default:
|
||||
case 1:
|
||||
mViewDataBinding.tvTitle.setText("用户协议");
|
||||
mViewDataBinding.webView.loadUrl("https://www.uiuios.com/agreement.html?section=1-5&projectId=10");
|
||||
mViewDataBinding.webView.loadUrl("https://www.uiuios.com/agreement.html?section=1-5&projectId=10&status=1");
|
||||
break;
|
||||
|
||||
}
|
||||
|
||||
@@ -67,8 +67,8 @@ public class PrivacyPolicyDialog extends AlertDialog {
|
||||
Intent intent = new Intent(mContext, PrivacyActivity.class);
|
||||
mContext.startActivity(intent);
|
||||
}
|
||||
}, 80, 86, Spannable.SPAN_EXCLUSIVE_EXCLUSIVE);
|
||||
spannableString.setSpan(new ForegroundColorSpan(Color.BLUE), 80, 86, Spanned.SPAN_EXCLUSIVE_EXCLUSIVE);
|
||||
}, 84, 90, Spannable.SPAN_EXCLUSIVE_EXCLUSIVE);
|
||||
spannableString.setSpan(new ForegroundColorSpan(Color.BLUE), 84, 90, Spanned.SPAN_EXCLUSIVE_EXCLUSIVE);
|
||||
|
||||
tv_content.setText(spannableString);
|
||||
tv_content.setMovementMethod(LinkMovementMethod.getInstance());
|
||||
|
||||
@@ -77,6 +77,7 @@
|
||||
android:background="@drawable/tv_vip_background"
|
||||
android:maxLines="1"
|
||||
android:singleLine="true"
|
||||
android:visibility="gone"
|
||||
android:text="我要提升额度"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="18sp" />
|
||||
|
||||
@@ -10,5 +10,5 @@
|
||||
<string name="privacy_agreement_title">服务协议和隐私政策</string>
|
||||
<string name="privacy_agreement_content">\t\t\t\t请你务必审慎阅读、充分理解“用户协议”,包括但不限于:为了向你提供即时通讯,内容分享等服务,
|
||||
我们需要收集你的设备信息、操作日志等个人信息。
|
||||
\n你可阅读《用户协议》了解详细信息。如你同意,请点击“同意”开始接受我们的服务</string>
|
||||
\n\t\t\t\t你可阅读《用户协议》了解详细信息。如你同意,请点击“同意”开始接受我们的服务</string>
|
||||
</resources>
|
||||
|
||||
@@ -5,7 +5,7 @@ buildscript {
|
||||
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
// mavenCentral()
|
||||
maven { url "https://jitpack.io" }
|
||||
maven { url 'https://developer.huawei.com/repo/' }
|
||||
maven { url 'https://maven.aliyun.com/repository/central' }
|
||||
@@ -25,7 +25,7 @@ buildscript {
|
||||
allprojects {
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
// mavenCentral()
|
||||
maven { url "https://jitpack.io" }
|
||||
maven { url 'https://developer.huawei.com/repo/' }
|
||||
maven { url 'https://maven.aliyun.com/repository/central' }
|
||||
|
||||
Reference in New Issue
Block a user