<?xml version="1.0" encoding="utf-8"?>
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:orientation="vertical">
|
|
|
<RelativeLayout
|
android:layout_width="match_parent"
|
android:layout_height="0dp"
|
android:layout_weight="80"
|
android:background="@drawable/bjskres_bg_login_title"
|
android:clickable="true"
|
android:focusable="true">
|
|
<ImageView
|
android:id="@+id/sdkview_sub_back"
|
android:layout_width="40dp"
|
android:layout_height="40dp"
|
android:layout_centerVertical="true"
|
android:layout_marginStart="10dp"
|
android:contentDescription="@string/bjskres_img_desc"
|
android:padding="5dp"
|
android:src="@drawable/bjskres_icon_back" />
|
|
|
<TextView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_centerInParent="true"
|
android:text="@string/bjskres_login_title_subchoose"
|
android:textColor="@color/bjskres_login_title_text"
|
android:textSize="@dimen/bjskres_login_title_size"
|
android:textStyle="normal" />
|
|
</RelativeLayout>
|
|
<TextView
|
android:layout_width="match_parent"
|
android:layout_height="0dp"
|
android:layout_weight="35" />
|
|
<!-- android:weightSum="425" -->
|
|
|
<RelativeLayout
|
android:id="@+id/sdkview_sub_line1"
|
style="@style/bjskres_tablerow_style"
|
android:layout_weight="75"
|
android:background="@drawable/bjskres_bg_blue_square">
|
|
<ImageView
|
android:id="@+id/sdkview_sub_line1_icon"
|
style="@style/bjskres_login_imageview"
|
android:layout_centerVertical="true"
|
android:layout_marginStart="10dp"
|
android:src="@drawable/bjskres_login_icon_user" />
|
|
|
<ImageView
|
android:id="@+id/sdkview_sub_line1_select"
|
style="@style/bjskres_login_imageview"
|
android:layout_alignParentEnd="true"
|
android:layout_centerInParent="true"
|
android:layout_marginEnd="12dip"
|
android:src="@drawable/bjskres_login_down" />
|
|
|
<TextView
|
android:id="@+id/sdkview_sub_line1_account"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:layout_marginStart="10dp"
|
android:layout_toStartOf="@+id/sdkview_sub_line1_select"
|
android:layout_toEndOf="@id/sdkview_sub_line1_icon"
|
android:background="@null"
|
android:gravity="center_vertical"
|
android:hint="@string/bjskres_login_hint_subchoose"
|
android:singleLine="true"
|
android:textColor="@color/bjskres_login_text_black"
|
android:textColorHint="@color/bjskres_login_text_grayse"
|
android:textSize="@dimen/bjskres_login_hint_size" />
|
|
|
</RelativeLayout>
|
|
<TextView
|
android:layout_width="match_parent"
|
android:layout_height="0dp"
|
android:layout_weight="15" />
|
|
|
<TextView
|
android:layout_width="match_parent"
|
android:layout_height="0dp"
|
android:layout_weight="35" />
|
|
<Button
|
android:id="@+id/sdkview_sub_login"
|
style="@style/bjskres_tablerow_style"
|
android:layout_weight="75"
|
android:background="@drawable/bjskres_btn_blue_square"
|
android:text="@string/bjskres_common_btn_entergame"
|
android:textColor="@color/bjskres_white"
|
android:textSize="@dimen/bjskres_login_btn_size"
|
android:textStyle="normal" />
|
|
<TextView
|
android:layout_width="match_parent"
|
android:layout_height="0dp"
|
android:layout_weight="20" />
|
|
<Button
|
android:id="@+id/sdkview_sub_to_create"
|
style="@style/bjskres_tablerow_style"
|
android:layout_weight="75"
|
android:background="@drawable/bjskres_btn_blue_square"
|
android:text="@string/bjskres_login_createsub"
|
android:textColor="@color/bjskres_white"
|
android:textSize="@dimen/bjskres_login_btn_size"
|
android:textStyle="normal" />
|
|
<TextView
|
android:layout_width="match_parent"
|
android:layout_height="0dp"
|
android:layout_weight="20" />
|
|
<LinearLayout
|
style="@style/bjskres_tablerow_style"
|
android:layout_weight="60"
|
android:gravity="center"
|
android:orientation="horizontal" />
|
|
|
<TextView
|
android:layout_width="match_parent"
|
android:layout_height="0dp"
|
android:layout_weight="20" />
|
|
</LinearLayout>
|