首次进入隐私政策弹窗调整
This commit is contained in:
@@ -41,6 +41,7 @@ public class PrivacyAgreementDialog extends Dialog implements View.OnClickListen
|
||||
setContentView(R.layout.dialog_privacy_agreement);
|
||||
|
||||
findViewById(R.id.tv_confirm).setOnClickListener(this);
|
||||
findViewById(R.id.btn_cancel).setOnClickListener(this);
|
||||
|
||||
TextView tvDesc = findViewById(R.id.tv_desc);
|
||||
String privacyAgreementTip = getContext().getString(R.string.tip_privacy_agreement);
|
||||
|
@@ -25,7 +25,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_horizontal"
|
||||
android:text="音游私政策"
|
||||
android:text="音游隐私政策"
|
||||
android:textColor="#ff1b1b1b"
|
||||
android:textSize="18sp"
|
||||
android:textStyle="bold" />
|
||||
@@ -62,7 +62,6 @@
|
||||
android:layout_height="36dp"
|
||||
android:layout_gravity="center_horizontal"
|
||||
android:layout_marginTop="20dp"
|
||||
android:layout_marginBottom="20dp"
|
||||
android:background="@drawable/common_btn_bg"
|
||||
android:gravity="center"
|
||||
android:minHeight="50dp"
|
||||
@@ -70,4 +69,16 @@
|
||||
android:textColor="@color/white"
|
||||
android:textSize="16sp" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/btn_cancel"
|
||||
android:layout_width="105dp"
|
||||
android:layout_height="20dp"
|
||||
android:layout_gravity="center_horizontal"
|
||||
android:layout_marginTop="10dp"
|
||||
android:layout_marginBottom="20dp"
|
||||
android:gravity="center"
|
||||
android:text="不同意"
|
||||
android:textColor="@color/color_333333"
|
||||
android:textSize="15sp" />
|
||||
|
||||
</LinearLayout>
|
Reference in New Issue
Block a user