25 lines
1.1 KiB
XML
25 lines
1.1 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="@dimen/angle_list_item_width">
|
|
<ImageView
|
|
android:id="@+id/im_engine_icon"
|
|
android:layout_width="@dimen/angle_servo_icon_width"
|
|
android:layout_height="@dimen/angle_servo_icon_width"
|
|
android:layout_marginLeft="@dimen/angle_servo_margin_left"
|
|
android:layout_centerVertical="true"/>
|
|
<TextView
|
|
android:textSize="@dimen/item_angle_txt_size"
|
|
android:textColor="@color/txt_596F80"
|
|
android:ellipsize="middle"
|
|
android:id="@+id/tv_engine_name"
|
|
android:paddingRight="@dimen/match_12"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="@dimen/item_angle_txt_margin_left"
|
|
android:text="@string/servo"
|
|
android:singleLine="true"
|
|
android:layout_toRightOf="@+id/im_engine_icon"
|
|
android:layout_centerVertical="true"/>
|
|
</RelativeLayout>
|