205 lines
7.6 KiB
XML
205 lines
7.6 KiB
XML
<?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="486dp"
|
|
android:background="@drawable/bg_live_sud_list"
|
|
android:orientation="vertical">
|
|
|
|
<TextView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="12dp"
|
|
android:gravity="center"
|
|
android:text="@string/interactive_game"
|
|
android:textColor="#fff"
|
|
android:textSize="18sp" />
|
|
|
|
<FrameLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="15dp"
|
|
android:layout_marginTop="12dp"
|
|
android:text="@string/interactive_game_create_room"
|
|
android:textColor="@color/white"
|
|
android:textSize="16sp"
|
|
android:textStyle="bold" />
|
|
|
|
<ImageView
|
|
android:id="@+id/room_back"
|
|
android:layout_width="30dp"
|
|
android:layout_height="30dp"
|
|
android:layout_gravity="end|center_vertical"
|
|
android:layout_marginEnd="15dp"
|
|
android:src="@mipmap/icon_interactive_game_create_room_back" />
|
|
</FrameLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="72dp"
|
|
android:layout_marginTop="30dp"
|
|
android:orientation="vertical">
|
|
|
|
<TextView
|
|
android:layout_width="120dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginEnd="5dp"
|
|
android:gravity="start"
|
|
android:text="@string/interactive_game_create_room_name"
|
|
android:textColor="@color/white"
|
|
android:textSize="14sp" />
|
|
|
|
|
|
<LinearLayout
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="10dp"
|
|
android:gravity="center_vertical">
|
|
|
|
<EditText
|
|
android:id="@+id/room_name"
|
|
android:layout_width="175dp"
|
|
android:layout_height="32dp"
|
|
android:background="@drawable/bg_live_sud_list_input"
|
|
android:hint="@string/interactive_game_create_room_name_input"
|
|
android:paddingStart="12dp"
|
|
android:paddingTop="9dp"
|
|
android:paddingBottom="9dp"
|
|
android:textColor="@color/white"
|
|
android:textColorHint="#FFFFFF"
|
|
android:textSize="10sp" />
|
|
|
|
<TextView
|
|
android:id="@+id/create_game_random"
|
|
android:layout_width="57dp"
|
|
android:layout_height="28dp"
|
|
android:layout_marginStart="10dp"
|
|
android:background="@drawable/bg_live_sud_random_home"
|
|
android:gravity="center"
|
|
|
|
android:text="@string/sud_in_game_random_name"
|
|
android:textColor="@color/white"
|
|
android:textSize="14sp" />
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="72dp"
|
|
android:layout_marginTop="26dp"
|
|
android:gravity="center_vertical"
|
|
android:orientation="vertical">
|
|
|
|
<TextView
|
|
android:layout_width="120dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginEnd="5dp"
|
|
android:gravity="start"
|
|
android:text="@string/interactive_game_create_game_type"
|
|
android:textColor="@color/white"
|
|
android:textSize="14sp" />
|
|
|
|
<TextView
|
|
android:id="@+id/create_game_type"
|
|
android:layout_width="175dp"
|
|
android:layout_height="32dp"
|
|
android:layout_marginTop="10dp"
|
|
android:background="@drawable/bg_live_sud_list_input"
|
|
android:paddingStart="12dp"
|
|
android:paddingTop="9dp"
|
|
android:paddingBottom="9dp"
|
|
android:text="@string/interactive_game_create_game_select"
|
|
android:textColor="@color/white"
|
|
android:textSize="10sp" />
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="72dp"
|
|
android:layout_marginTop="26dp"
|
|
android:gravity="center_vertical"
|
|
android:orientation="vertical">
|
|
|
|
<TextView
|
|
android:layout_width="120dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginEnd="5dp"
|
|
android:gravity="start"
|
|
android:text="@string/interactive_game_create_game_sill"
|
|
android:textColor="@color/white"
|
|
android:textSize="14sp" />
|
|
|
|
<LinearLayout
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="10dp">
|
|
|
|
<LinearLayout
|
|
android:id="@+id/currency_type"
|
|
android:layout_width="58dp"
|
|
android:layout_height="32dp"
|
|
android:background="@drawable/bg_live_sud_list_input"
|
|
android:gravity="center_vertical"
|
|
android:orientation="horizontal">
|
|
|
|
<TextView
|
|
android:id="@+id/select_currency_type"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="5dp"
|
|
android:layout_weight="1"
|
|
android:ellipsize="end"
|
|
android:singleLine="true"
|
|
android:text="@string/golden_bean"
|
|
android:textColor="@color/white"
|
|
android:textSize="14sp" />
|
|
|
|
<ImageView
|
|
android:id="@+id/room_game_arrow"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginEnd="8dp"
|
|
android:src="@mipmap/icon_home_interactive_game_arrow" />
|
|
</LinearLayout>
|
|
|
|
<EditText
|
|
android:id="@+id/game_sill"
|
|
android:layout_width="175dp"
|
|
android:layout_height="32dp"
|
|
android:layout_marginStart="10dp"
|
|
android:background="@drawable/bg_live_sud_list_input"
|
|
android:digits="1234567890"
|
|
android:ellipsize="end"
|
|
android:hint="@string/interactive_game_create_gold_bean_quantity"
|
|
android:inputType="numberDecimal"
|
|
android:maxEms="5"
|
|
android:paddingStart="12dp"
|
|
android:paddingTop="9dp"
|
|
android:paddingBottom="9dp"
|
|
android:singleLine="true"
|
|
android:textColor="@color/white"
|
|
android:textColorHint="#FFFFFF"
|
|
android:textSize="10sp" />
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
<TextView
|
|
android:id="@+id/create_room"
|
|
android:layout_width="112dp"
|
|
android:layout_height="39dp"
|
|
android:layout_gravity="center_horizontal"
|
|
android:layout_marginTop="40dp"
|
|
android:background="@mipmap/icon_create_sud_game"
|
|
android:gravity="center"
|
|
android:text="@string/interactive_game_create_room"
|
|
android:textColor="#FFFFFF"
|
|
android:textSize="14sp"
|
|
android:textStyle="bold" />
|
|
</LinearLayout> |