endian11
2019-09-11 ae292cb4f4a67e16465b732e26b408955b4407f5
app/src/main/res/layout/layout_net_train_item.xml
@@ -1,6 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
    xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent"
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:padding="5dp"
    android:background="@color/train_item_bg"
@@ -17,11 +19,13 @@
        android:layout_height="80dp"
        android:layout_toRightOf="@+id/hv"
        android:id="@+id/av1"
        app:text="直角转弯"
        android:layout_marginLeft="-15dp"
        />
    <safeluck.drive.evaluation.customview.ArrowView
        android:layout_width="80dp"
        android:layout_height="80dp"
        app:text="曲线行驶"
        android:layout_marginLeft="-15dp"
        android:layout_toRightOf="@+id/av1"
        android:id="@+id/av2"
@@ -30,6 +34,7 @@
        android:layout_width="80dp"
        android:layout_height="80dp"
        android:id="@+id/av3"
        app:text="侧方停车"
        android:layout_marginLeft="-15dp"
        android:layout_toRightOf="@id/av2"
        />
@@ -39,6 +44,7 @@
        android:layout_marginLeft="-15dp"
        android:layout_toRightOf="@+id/av3"
        android:id="@+id/av4"
        app:text="坡道定点"
        />
</RelativeLayout>