Commit 25a2479d by 霍志良

feat:隐私圆角设置

parent 19da3869
......@@ -138,7 +138,7 @@
android:gravity="center"
android:text="拒绝"
android:textColor="#999999"
android:textSize="16dp" />
android:textSize="17sp" />
<TextView
android:id="@+id/user_secret_agree"
......@@ -149,8 +149,9 @@
android:background="@drawable/user_secret_right_btn_bg"
android:gravity="center"
android:text="同意"
android:textSize="17sp"
android:textColor="#FFFFFF"
android:textSize="16dp" />
android:textStyle="bold" />
</LinearLayout>
</RelativeLayout>
......
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