Commit ae925d83 authored by yinjiacheng's avatar yinjiacheng

fix 隐私政策、用户协议入口文案展示

parent e1c062e4
......@@ -25,10 +25,10 @@
app:layout_constraintTop_toTopOf="parent" />
<TextView
android:id="@+id/tv_user_agreement"
android:id="@+id/tv_privacy_policy"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/user_agreement"
android:text="@string/privacy_policy"
android:textColor="@color/color_FF1852F1"
android:textSize="@dimen/sp13"
app:layout_constraintBottom_toBottomOf="parent"
......@@ -36,14 +36,14 @@
app:layout_constraintTop_toTopOf="parent" />
<TextView
android:id="@+id/tv_privacy_policy"
android:id="@+id/tv_user_agreement"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/privacy_certification"
android:text="@string/user_agreement"
android:textColor="@color/color_FF1852F1"
android:textSize="@dimen/sp13"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toEndOf="@id/tv_user_agreement"
app:layout_constraintStart_toEndOf="@id/tv_privacy_policy"
app:layout_constraintTop_toTopOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file
......@@ -26,7 +26,6 @@
<string name="protocol_hint_title">温馨提示</string>
<string name="protocol_hint_content_one">需同意</string>
<string name="privacy_policy">&#160;隐私政策&#160;</string>
<string name="protocol_hint_content_two">后才能继续为提供您服务。</string>
<string name="agree_access">同意并进入</string>
<string name="disagree">不同意</string>
......@@ -103,7 +102,7 @@
<string name="face_auth_fail">验证未通过</string>
<string name="face_auth_error_tips">人脸识别失败,请重新识别</string>
<string name="agree">我同意</string>
<string name="privacy_certification">《隐私认证</string>
<string name="privacy_policy">《隐私政策</string>
<string name="user_agreement">《用户协议》</string>
<string name="auth_finish">完成认证</string>
<string name="enterprise_qualification">企业资质</string>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment