<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical"> <RelativeLayout style="@style/title" > <TextView style="@style/text_title" android:text="日程" /> </RelativeLayout> <ImageView android:id="@+id/image_tip" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center" android:layout_marginTop="150dp" android:src="@mipmap/yu" /> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center" android:layout_marginTop="@dimen/dp_13" android:text="暂无工单" android:textColor="@color/cl_selector_hui" android:textSize="@dimen/sp_13.3" /> </LinearLayout>