version:1.2.2
bugfixes: update:修改样式
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user