Commit 89b7dc85 by 霍志良

feat:修复隐私弹窗文案

parent 54289d1a
...@@ -8,7 +8,7 @@ ext { ...@@ -8,7 +8,7 @@ ext {
"m-confide" : "0.0.49.13", "m-confide" : "0.0.49.13",
"m-consultant" : "0.0.59.93", "m-consultant" : "0.0.59.93",
"m-fm" : "0.0.30.04", "m-fm" : "0.0.30.04",
"m-user" : "0.0.61.71", "m-user" : "0.0.61.72",
"m-home" : "0.0.22.73", "m-home" : "0.0.22.73",
"m-im" : "0.0.19.80", "m-im" : "0.0.19.80",
"m-dynamic" : "0.0.7.29", "m-dynamic" : "0.0.7.29",
...@@ -91,7 +91,7 @@ ext { ...@@ -91,7 +91,7 @@ ext {
"m-confide" : "0.0.49.13", "m-confide" : "0.0.49.13",
"m-consultant" : "0.0.59.93", "m-consultant" : "0.0.59.93",
"m-fm" : "0.0.30.04", "m-fm" : "0.0.30.04",
"m-user" : "0.0.61.71", "m-user" : "0.0.61.72",
"m-home" : "0.0.22.73", "m-home" : "0.0.22.73",
"m-im" : "0.0.19.80", "m-im" : "0.0.19.80",
"m-dynamic" : "0.0.7.29", "m-dynamic" : "0.0.7.29",
......
...@@ -149,21 +149,21 @@ ...@@ -149,21 +149,21 @@
android:layout_weight="1" android:layout_weight="1"
android:background="@drawable/user_secret_right_btn_bg" android:background="@drawable/user_secret_right_btn_bg"
android:gravity="center" android:gravity="center"
android:text="同意并继续" android:text="同意"
android:textColor="#FFFFFF" android:textColor="#FFFFFF"
android:textSize="16dp"/> android:textSize="16dp"/>
<TextView <TextView
android:id="@+id/user_secret_no_agree" android:id="@+id/user_secret_no_agree"
android:layout_width="wrap_content" android:layout_width="match_parent"
android:layout_gravity="center_horizontal" android:layout_height="wrap_content"
android:layout_height="wrap_content" android:layout_gravity="center_horizontal"
android:layout_marginTop="10dp" android:layout_marginTop="10dp"
android:layout_weight="1" android:layout_weight="1"
android:gravity="center" android:gravity="center"
android:text="仍不同意并退出" android:text="拒绝"
android:textColor="#999999" android:textColor="#999999"
android:textSize="16dp"/> android:textSize="16dp" />
</LinearLayout> </LinearLayout>
......
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
android:layout_marginRight="25dp" android:layout_marginRight="25dp"
android:layout_height="44dp" android:layout_height="44dp"
android:gravity="center" android:gravity="center"
android:text="同意并继续" android:text="同意"
android:textSize="16dp" android:textSize="16dp"
android:textColor="#ffffff" android:textColor="#ffffff"
android:background="@drawable/user_secret_right_btn_bg"/> android:background="@drawable/user_secret_right_btn_bg"/>
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:gravity="center" android:gravity="center"
android:text="仍不同意并退出" android:text="拒绝"
android:textSize="13dp" android:textSize="13dp"
android:layout_marginTop="10dp" android:layout_marginTop="10dp"
android:textColor="#999999" android:textColor="#999999"
......
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