81 lines
3.7 KiB
XML
81 lines
3.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:background="#fafafc"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
<RelativeLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentTop="true">
|
|
<ImageView
|
|
android:id="@+id/btn_back"
|
|
android:background="#fafafc"
|
|
android:layout_width="@dimen/round_button_width"
|
|
android:layout_height="@dimen/round_button_width"
|
|
android:layout_marginLeft="@dimen/btn_back_margin_top"
|
|
android:src="@mipmap/icon_round_back"
|
|
android:layout_alignParentLeft="true"
|
|
android:layout_alignParentTop="true"/>
|
|
<TextView
|
|
android:textSize="@dimen/comm_txt_18sp"
|
|
android:textColor="#ff596f80"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/game_controller_title"
|
|
android:layout_centerHorizontal="true"
|
|
android:layout_centerVertical="true"/>
|
|
</RelativeLayout>
|
|
<LinearLayout
|
|
android:orientation="horizontal"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
<RelativeLayout
|
|
android:layout_width="0dp"
|
|
android:layout_height="match_parent"
|
|
android:layout_weight="1">
|
|
<pl.droidsonroids.gif.GifTextView
|
|
android:id="@+id/img_servoset_gifangle"
|
|
android:background="@drawable/game_controller_config"
|
|
android:layout_width="@dimen/common_230dp"
|
|
android:layout_height="@dimen/common_230dp"
|
|
android:layout_marginTop="@dimen/common_80_5dp"
|
|
android:layout_centerHorizontal="true"/>
|
|
</RelativeLayout>
|
|
<RelativeLayout
|
|
android:layout_width="0dp"
|
|
android:layout_height="match_parent"
|
|
android:layout_weight="1">
|
|
<RelativeLayout
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="match_parent">
|
|
<TextView
|
|
android:textSize="@dimen/comm_txt_14sp"
|
|
android:textColor="#ff00a9ff"
|
|
android:id="@+id/tv_congradulate"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="@dimen/common_125dp"
|
|
android:text="@string/game_controller_congradulate"/>
|
|
<TextView
|
|
android:textSize="@dimen/comm_txt_14sp"
|
|
android:textColor="#ff92a7b6"
|
|
android:id="@+id/tv_introduction"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/game_controller_introduction"
|
|
android:layout_below="@+id/tv_congradulate"/>
|
|
<TextView
|
|
android:textSize="@dimen/comm_txt_14sp"
|
|
android:textColor="#ff596f80"
|
|
android:id="@+id/tv_support"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="@dimen/common_12dp"
|
|
android:text="@string/android_game_controller_support"
|
|
android:layout_below="@+id/tv_introduction"
|
|
android:lineSpacingMultiplier="1.5"/>
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|
|
</LinearLayout>
|
|
</RelativeLayout>
|