<?xml version="1.0" encoding="utf-8"?>
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:background="@null"
|
>
|
|
<RelativeLayout
|
android:id="@+id/mContent"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:background="@null"
|
>
|
|
<RelativeLayout
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:layout_marginBottom="12dp"
|
android:layout_marginStart="12dp"
|
android:layout_marginEnd="12dp"
|
android:layout_marginTop="12dp"
|
android:background="@color/bjskres_white"
|
>
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:orientation="horizontal"
|
>
|
|
<TextView
|
android:layout_width="0dp"
|
android:layout_height="match_parent"
|
android:layout_weight="35"
|
/>
|
|
<RelativeLayout
|
android:layout_width="0dp"
|
android:layout_height="match_parent"
|
android:layout_weight="530"
|
>
|
|
<ImageView
|
android:id="@+id/exitdialog_starlogo"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_marginTop="10dp"
|
android:contentDescription="@string/bjskres_img_desc" android:paddingLeft="5dp"
|
android:scaleType="centerCrop"
|
/>
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:orientation="vertical"
|
>
|
|
<TextView
|
android:layout_width="match_parent"
|
android:layout_height="0dp"
|
android:layout_weight="85"
|
/>
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:orientation="horizontal"
|
>
|
|
<RelativeLayout
|
android:layout_width="0dp"
|
android:layout_height="wrap_content"
|
android:layout_weight="140"
|
>
|
|
<ImageView
|
android:id="@+id/bjskres_exitdialog_firstgame_icon"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:contentDescription="@string/bjskres_img_desc" android:scaleType="center"
|
/>
|
|
<TextView
|
android:id="@+id/bjskres_exitdialog_firstgame_gamename"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_below="@id/bjskres_exitdialog_firstgame_icon"
|
android:layout_centerHorizontal="true"
|
android:layout_marginTop="3dp"
|
android:text="游戏名称"
|
android:textColor="@color/bjskres_exitgame_gamename"
|
android:textSize="@dimen/bjskres_exitgame"
|
/>
|
|
<TextView
|
android:id="@+id/bjskres_exitdialog_firstgame_gametype"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_below="@id/bjskres_exitdialog_firstgame_gamename"
|
android:layout_centerHorizontal="true"
|
android:layout_marginTop="3dp"
|
android:text="游戏类型"
|
android:textColor="@color/bjskres_exitgame_text"
|
android:textSize="@dimen/bjskres_text_agreement_tips"
|
/>
|
</RelativeLayout>
|
|
<TextView
|
android:layout_width="0dp"
|
android:layout_height="wrap_content"
|
android:layout_weight="55"
|
/>
|
|
<RelativeLayout
|
android:layout_width="0dp"
|
android:layout_height="wrap_content"
|
android:layout_weight="140"
|
>
|
|
<ImageView
|
android:id="@+id/bjskres_exitdialog_secondgame_icon"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:contentDescription="@string/bjskres_img_desc" android:scaleType="center"
|
/>
|
|
<TextView
|
android:id="@+id/bjskres_exitdialog_secondgame_gamename"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_below="@id/bjskres_exitdialog_secondgame_icon"
|
android:layout_centerHorizontal="true"
|
android:layout_marginTop="3dp"
|
android:text="游戏名称"
|
android:textColor="@color/bjskres_exitgame_gamename"
|
android:textSize="@dimen/bjskres_exitgame"
|
/>
|
|
<TextView
|
android:id="@+id/bjskres_exitdialog_secondgame_gametype"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_below="@id/bjskres_exitdialog_secondgame_gamename"
|
android:layout_centerHorizontal="true"
|
android:layout_marginTop="3dp"
|
android:text="游戏类型"
|
android:textColor="@color/bjskres_exitgame_text"
|
android:textSize="@dimen/bjskres_text_agreement_tips"
|
/>
|
</RelativeLayout>
|
|
<TextView
|
android:layout_width="0dp"
|
android:layout_height="wrap_content"
|
android:layout_weight="55"
|
/>
|
|
<RelativeLayout
|
android:layout_width="0dp"
|
android:layout_height="wrap_content"
|
android:layout_weight="140"
|
>
|
|
<ImageView
|
android:id="@+id/bjskres_exitdialog_thirdgame_icon"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:contentDescription="@string/bjskres_img_desc" android:scaleType="center"
|
/>
|
|
<TextView
|
android:id="@+id/bjskres_exitdialog_thirdgame_gamename"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_below="@id/bjskres_exitdialog_thirdgame_icon"
|
android:layout_centerHorizontal="true"
|
android:layout_marginTop="3dp"
|
android:text="游戏名称"
|
android:textColor="@color/bjskres_exitgame_gamename"
|
android:textSize="@dimen/bjskres_exitgame"
|
/>
|
|
<TextView
|
android:id="@+id/bjskres_exitdialog_thirdgame_gametype"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_below="@id/bjskres_exitdialog_thirdgame_gamename"
|
android:layout_centerHorizontal="true"
|
android:layout_marginTop="3dp"
|
android:text="游戏类型"
|
android:textColor="@color/bjskres_exitgame_text"
|
android:textSize="@dimen/bjskres_text_agreement_tips"
|
/>
|
</RelativeLayout>
|
</LinearLayout>
|
|
<TextView
|
android:layout_width="match_parent"
|
android:layout_height="0dp"
|
android:layout_weight="30"
|
/>
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="0dp"
|
android:layout_marginBottom="2dp"
|
android:layout_weight="65"
|
android:background="@color/bjskres_white"
|
android:orientation="horizontal"
|
>
|
<Button
|
android:id="@+id/exitdialog_exitbtn"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:layout_margin="2dp"
|
android:layout_weight="1"
|
android:background="@drawable/bjskres_sdk_exitgame_btn_exit"
|
android:text="@string/bjskres_exit_btn"
|
android:textColor="@color/bjskres_exitgame_button_text"
|
android:textSize="@dimen/bjskres_login_regist_title"
|
/>
|
|
<Button
|
android:id="@+id/exitdialog_continuebtn"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:layout_margin="2dp"
|
android:layout_weight="1"
|
android:background="@drawable/bjskres_sdk_exitgame_btn_continue"
|
android:text="@string/bjskres_cancel_btn"
|
android:textColor="@color/bjskres_exitgame_button_text2"
|
android:textSize="@dimen/bjskres_login_regist_title"
|
/>
|
|
|
</LinearLayout>
|
|
<TextView
|
android:layout_width="match_parent"
|
android:layout_height="0dp"
|
android:layout_weight="25"
|
/>
|
</LinearLayout>
|
</RelativeLayout>
|
|
<TextView
|
android:layout_width="0dp"
|
android:layout_height="match_parent"
|
android:layout_weight="35"
|
/>
|
</LinearLayout>
|
</RelativeLayout>
|
|
</RelativeLayout>
|
|
</FrameLayout>
|