91 lines
4.4 KiB
XML
91 lines
4.4 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">
|
|
<RelativeLayout
|
|
android:id="@+id/rl_engine_layout"
|
|
android:layout_width="@dimen/bg_four_angle_width"
|
|
android:layout_height="@dimen/set_angle_bg_height"
|
|
android:layout_centerInParent="true"
|
|
android:layout_centerHorizontal="true">
|
|
<ImageView
|
|
android:background="@drawable/bg_four_servo"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"/>
|
|
<ImageView
|
|
android:id="@+id/im_left_back_engine"
|
|
android:layout_width="@dimen/select_engine_width_height"
|
|
android:layout_height="@dimen/select_engine_width_height"
|
|
android:layout_marginLeft="@dimen/select_engine_ml"
|
|
android:layout_marginTop="@dimen/select_engine_mtb"/>
|
|
<ImageView
|
|
android:id="@+id/im_right_back_engine"
|
|
android:layout_width="@dimen/select_engine_width_height"
|
|
android:layout_height="@dimen/select_engine_width_height"
|
|
android:layout_marginLeft="@dimen/select_engine_ml"
|
|
android:layout_marginBottom="@dimen/select_engine_mtb_2"
|
|
android:layout_alignParentBottom="true"/>
|
|
<ImageView
|
|
android:id="@+id/im_front_left_engine"
|
|
android:layout_width="@dimen/select_engine_width_height"
|
|
android:layout_height="@dimen/select_engine_width_height"
|
|
android:layout_marginTop="@dimen/select_engine_mtb"
|
|
android:layout_marginRight="@dimen/select_engine_mr"
|
|
android:layout_alignParentRight="true"/>
|
|
<ImageView
|
|
android:id="@+id/im_front_right_engine"
|
|
android:layout_width="@dimen/select_engine_width_height"
|
|
android:layout_height="@dimen/select_engine_width_height"
|
|
android:layout_marginRight="@dimen/select_engine_mr"
|
|
android:layout_marginBottom="@dimen/select_engine_mtb_2"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_alignParentBottom="true"/>
|
|
<ImageView
|
|
android:id="@+id/im_orientation_flag_top"
|
|
android:layout_width="@dimen/control_set_fx"
|
|
android:layout_height="@dimen/control_set_fx"
|
|
android:layout_marginRight="@dimen/select_engine_ml"
|
|
android:layout_toLeftOf="@+id/im_front_left_engine"
|
|
android:layout_alignTop="@+id/im_front_left_engine"/>
|
|
<ImageView
|
|
android:id="@+id/im_orientation_flag_bottom"
|
|
android:layout_width="@dimen/control_set_fx"
|
|
android:layout_height="@dimen/control_set_fx"
|
|
android:layout_marginRight="@dimen/select_engine_ml"
|
|
android:layout_toLeftOf="@+id/im_front_right_engine"
|
|
android:layout_alignBottom="@+id/im_front_right_engine"/>
|
|
</RelativeLayout>
|
|
<ImageView
|
|
android:id="@+id/im_orientation_top_l"
|
|
android:layout_width="@dimen/control_set_fx"
|
|
android:layout_height="@dimen/control_set_fx"
|
|
android:layout_marginTop="@dimen/select_engine_mtb"
|
|
android:layout_toLeftOf="@+id/rl_engine_layout"
|
|
android:layout_alignTop="@+id/rl_engine_layout"/>
|
|
<ImageView
|
|
android:id="@+id/im_orientation_bottom_l"
|
|
android:layout_width="@dimen/control_set_fx"
|
|
android:layout_height="@dimen/control_set_fx"
|
|
android:layout_marginBottom="@dimen/select_engine_mtb"
|
|
android:layout_toLeftOf="@+id/rl_engine_layout"
|
|
android:layout_alignBottom="@+id/rl_engine_layout"/>
|
|
<TextView
|
|
android:textSize="@dimen/txt_tow_servo_size"
|
|
android:textColor="@color/bg_88596F80"
|
|
android:gravity="center_vertical"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="match_parent"
|
|
android:layout_marginRight="@dimen/control_set_mr"
|
|
android:text="@string/rear"
|
|
android:layout_toLeftOf="@+id/rl_engine_layout"/>
|
|
<TextView
|
|
android:textSize="@dimen/txt_tow_servo_size"
|
|
android:textColor="@color/bg_88596F80"
|
|
android:gravity="center_vertical"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="match_parent"
|
|
android:layout_marginLeft="@dimen/control_set_mr"
|
|
android:text="@string/front"
|
|
android:layout_toRightOf="@+id/rl_engine_layout"/>
|
|
</RelativeLayout>
|