<?xml version="1.0" encoding="utf-8"?>
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
android:orientation="vertical"
|
android:layout_width="250dp"
|
android:layout_height="wrap_content"
|
android:background="@drawable/yyj_sdk_dialog_bg_round">
|
|
|
<RelativeLayout
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content">
|
|
<TextView
|
android:id="@+id/tv_title"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_marginTop="20dp"
|
android:layout_marginLeft="20dp"
|
android:gravity="center"
|
android:text="@string/yyj_sdk_add_subsidiary_or_not"
|
android:textColor="@color/yyj_sdk_title_txt"
|
android:textSize="18sp" />
|
|
<TextView
|
android:id="@+id/tv_cancel"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:gravity="center"
|
android:text="@string/yyj_sdk_cancel"
|
android:layout_below="@+id/tv_title"
|
android:layout_toLeftOf="@+id/tv_ok"
|
android:layout_marginTop="15dp"
|
android:padding="10dp"
|
android:layout_marginRight="10dp"
|
android:textColor="@color/yyj_sdk_title_txt"
|
android:textSize="16sp" />
|
|
<TextView
|
android:id="@+id/tv_ok"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_marginTop="15dp"
|
android:gravity="center"
|
android:padding="10dp"
|
android:layout_alignParentRight="true"
|
android:text="@string/yyj_sdk_ok"
|
android:layout_marginRight="10dp"
|
android:layout_below="@+id/tv_title"
|
android:textColor="@color/yyj_sdk_blue"
|
android:layout_marginBottom="15dp"
|
android:textSize="16sp" />
|
|
</RelativeLayout>
|
|
</LinearLayout>
|