44 lines
1.8 KiB
XML
44 lines
1.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
<ImageView
|
|
android:id="@+id/iv_laboratory"
|
|
android:layout_width="@dimen/common_80dp"
|
|
android:layout_height="@dimen/common_80dp"
|
|
android:layout_marginTop="@dimen/common_35dp"
|
|
android:src="@mipmap/jimu_laboratory"
|
|
android:scaleType="centerCrop"
|
|
android:layout_alignParentTop="true"
|
|
android:layout_centerHorizontal="true"/>
|
|
<TextView
|
|
android:textSize="@dimen/comm_txt_14sp"
|
|
android:textColor="#ff596f80"
|
|
android:id="@+id/tv_laboratory"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="@dimen/common_14dp"
|
|
android:text="@string/jimu_laboratory"
|
|
android:layout_below="@+id/iv_laboratory"
|
|
android:layout_centerHorizontal="true"/>
|
|
<RelativeLayout
|
|
android:id="@+id/rl_game_controller_operate_text"
|
|
android:layout_marginTop="@dimen/common_20dp"
|
|
android:layout_below="@+id/tv_laboratory"
|
|
android:layout_centerHorizontal="true"
|
|
style="@style/common_setting_card_style">
|
|
<CheckBox
|
|
android:visibility="invisible"
|
|
android:checked="true"
|
|
android:layout_centerVertical="true"
|
|
style="@style/checkbox_style"/>
|
|
<ImageView
|
|
android:id="@+id/iv_phone"
|
|
android:layout_marginRight="@dimen/common_16dp"
|
|
style="@style/setting_arrows"/>
|
|
<TextView
|
|
android:text="@string/operate_game_controller"
|
|
style="@style/setting_item_text"/>
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|