29 lines
1.2 KiB
XML
29 lines
1.2 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="wrap_content">
|
|
<RelativeLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
<ImageView
|
|
android:id="@+id/im_add_wheel"
|
|
android:background="@drawable/add_direction_wheel"
|
|
android:layout_width="@dimen/im_add_wheel_width"
|
|
android:layout_height="@dimen/im_add_wheel_width"
|
|
android:layout_centerHorizontal="true"/>
|
|
<TextView
|
|
android:textSize="@dimen/txt_size_14"
|
|
android:textColor="@color/bg_FFFFFF"
|
|
android:gravity="center"
|
|
android:id="@+id/txt_name"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="@dimen/add_direction_txt_margin_top"
|
|
android:layout_marginBottom="@dimen/add_direction_txt_margin_top"
|
|
android:text=""
|
|
android:lines="2"
|
|
android:layout_below="@+id/im_add_wheel"
|
|
android:layout_centerHorizontal="true"/>
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|