| | |
| | | |
| | | <variable |
| | | name="data" |
| | | type="com.dayu.pipirrapp.bean.net.OrderListResult.Data" /> |
| | | type="com.dayu.pipirrapp.bean.net.OrderDetailResult" /> |
| | | </data> |
| | | |
| | | <RelativeLayout |
| | |
| | | android:orientation="vertical" |
| | | android:padding="20dp"> |
| | | |
| | | |
| | | <RelativeLayout |
| | | android:id="@+id/timeLL" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="40dp" |
| | | android:gravity="center" |
| | | android:orientation="horizontal"> |
| | | |
| | | <TextView |
| | | android:id="@+id/leftiocn" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:text="* " |
| | | android:gravity="center" |
| | | |
| | | android:layout_centerVertical="true" |
| | | android:textColor="@color/base_red" |
| | | android:textSize="@dimen/order_detail_button_size" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/timeTV" |
| | | android:layout_width="wrap_content" |
| | | |
| | | android:layout_height="wrap_content" |
| | | android:layout_centerVertical="true" |
| | | android:layout_toEndOf="@+id/leftiocn" |
| | | android:text="反馈时间:" |
| | | android:textColor="@color/black" |
| | | android:textSize="@dimen/order_detail_button_size" /> |
| | | <TextView |
| | | android:id="@+id/timeData" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_centerVertical="true" |
| | | android:layout_toEndOf="@+id/timeTV" |
| | | android:layout_marginLeft="10dp" |
| | | android:textColor="@color/black" |
| | | android:textSize="@dimen/order_detail_button_size" /> |
| | | <ImageView |
| | | android:layout_width="25dp" |
| | | android:layout_height="25dp" |
| | | android:layout_alignParentRight="true" |
| | | android:layout_centerVertical="true" |
| | | |
| | | android:src="@drawable/ic_right" /> |
| | | </RelativeLayout> |
| | | |
| | | |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_marginTop="10dp" |
| | | android:layout_height="wrap_content" |
| | | android:orientation="horizontal"> |
| | | |
| | |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | |
| | | android:text="提交图片:" |
| | | android:text="提交图片或视频:" |
| | | android:textColor="@color/black" |
| | | android:textSize="@dimen/order_detail_button_size" /> |
| | | </LinearLayout> |