| | |
| | | android:layout_height="80dp" |
| | | android:layout_toRightOf="@+id/hv" |
| | | android:id="@+id/av1" |
| | | app:text="直角转弯" |
| | | app:text="坡道定点" |
| | | android:layout_marginLeft="-15dp" |
| | | /> |
| | | <safeluck.drive.evaluation.customview.ArrowView |
| | | android:layout_width="80dp" |
| | | android:layout_height="80dp" |
| | | app:text="曲线行驶" |
| | | app:text="侧方停车" |
| | | android:layout_marginLeft="-15dp" |
| | | android:layout_toRightOf="@+id/av1" |
| | | android:id="@+id/av2" |
| | |
| | | android:layout_width="80dp" |
| | | android:layout_height="80dp" |
| | | android:id="@+id/av3" |
| | | app:text="侧方停车" |
| | | app:text="曲线行驶" |
| | | android:layout_marginLeft="-15dp" |
| | | android:layout_toRightOf="@id/av2" |
| | | /> |
| | |
| | | android:layout_marginLeft="-15dp" |
| | | android:layout_toRightOf="@+id/av3" |
| | | android:id="@+id/av4" |
| | | app:text="坡道定点" |
| | | app:text="直角转弯" |
| | | |
| | | /> |
| | | </RelativeLayout> |