30 lines
1.1 KiB
XML
30 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<LinearLayout
|
||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||
android:layout_width="wrap_content"
|
||
android:layout_height="wrap_content"
|
||
android:orientation="vertical"
|
||
android:id="@+id/renzheng"
|
||
android:layout_marginTop="@dimen/dp_68"
|
||
android:layout_marginLeft="@dimen/dp_38"
|
||
android:layout_marginBottom="@dimen/dp_21">
|
||
|
||
<TextView
|
||
android:id="@+id/state_body"
|
||
android:layout_width="wrap_content"
|
||
android:layout_height="wrap_content"
|
||
android:text="暂时没有派单,\n快去浏览大厅货源吧!"
|
||
android:textColor="#ff000000"
|
||
android:textSize="@dimen/sp_23"
|
||
/>
|
||
<TextView
|
||
android:id="@+id/rz"
|
||
android:layout_marginTop="@dimen/dp_6"
|
||
android:layout_width="wrap_content"
|
||
android:layout_height="wrap_content"
|
||
android:text="个人中心"
|
||
android:textColor="@color/theme_color"
|
||
android:textSize="@dimen/sp_15"
|
||
/>
|
||
|
||
</LinearLayout> |