25 lines
938 B
XML
25 lines
938 B
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="match_parent"
|
|
android:layout_marginBottom="@dimen/dp_10"
|
|
android:id="@+id/item_shangchuan_xsz">
|
|
<TextView
|
|
android:id="@+id/name"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="车牌号"
|
|
android:textColor="#ffc4c4ce"
|
|
android:textSize="@dimen/sp_13"
|
|
/>
|
|
<TextView
|
|
android:id="@+id/content"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="豫A·8M009"
|
|
android:textColor="#ff000000"
|
|
android:textSize="@dimen/sp_13"
|
|
/>
|
|
</RelativeLayout> |