Initial commit
This commit is contained in:
61
resources/res/layout/layout_two_servo.xml
Normal file
61
resources/res/layout/layout_two_servo.xml
Normal file
@@ -0,0 +1,61 @@
|
||||
<?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/set_angle_bg_width"
|
||||
android:layout_height="@dimen/set_angle_bg_height"
|
||||
android:layout_centerInParent="true"
|
||||
android:layout_centerHorizontal="true">
|
||||
<ImageView
|
||||
android:background="@drawable/bg_two_wheel_set"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"/>
|
||||
<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_marginLeft="@dimen/select_engine_ml"
|
||||
android:layout_marginTop="@dimen/select_engine_mtb"/>
|
||||
<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_marginLeft="@dimen/select_engine_ml"
|
||||
android:layout_marginBottom="@dimen/select_engine_mtb_2"
|
||||
android:layout_alignParentBottom="true"/>
|
||||
</RelativeLayout>
|
||||
<ImageView
|
||||
android:id="@+id/im_orientation_flag_top"
|
||||
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_flag_bottom"
|
||||
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>
|
||||
Reference in New Issue
Block a user