| | |
| | | android:layout_above="@+id/deal_button" |
| | | android:layout_below="@+id/title" |
| | | android:orientation="vertical" |
| | | android:padding="20dp"> |
| | | > |
| | | |
| | | |
| | | <RelativeLayout |
| | |
| | | android:layout_width="match_parent" |
| | | android:layout_height="40dp" |
| | | android:gravity="center" |
| | | android:layout_marginRight="20dp" |
| | | android:layout_marginLeft="20dp" |
| | | android:layout_marginTop="20dp" |
| | | android:background="@drawable/my_item_ripple" |
| | | android:orientation="horizontal"> |
| | | |
| | | <TextView |
| | |
| | | android:layout_width="match_parent" |
| | | android:layout_marginTop="10dp" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginRight="20dp" |
| | | android:layout_marginLeft="20dp" |
| | | android:orientation="horizontal"> |
| | | |
| | | <TextView |
| | |
| | | android:gravity="start" |
| | | android:maxHeight="200dp" |
| | | android:minHeight="100dp" |
| | | android:layout_marginRight="20dp" |
| | | android:layout_marginLeft="20dp" |
| | | android:text="" /> |
| | | |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginTop="10dp" |
| | | android:layout_marginRight="20dp" |
| | | android:layout_marginLeft="20dp" |
| | | android:orientation="horizontal"> |
| | | |
| | | <TextView |
| | |
| | | android:id="@+id/recycler" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginRight="20dp" |
| | | android:layout_marginLeft="20dp" |
| | | android:layout_marginTop="10dp" |
| | | android:background="@color/white" |
| | | android:overScrollMode="never" |
| | |
| | | android:id="@+id/deal_button" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="@dimen/order_detail_button_height" |
| | | android:background="@drawable/bottom_butten_blue_ripple" |
| | | android:layout_alignParentBottom="true" |
| | | android:background="@color/title_color" |
| | | android:gravity="center" |
| | | android:text="提 交" |
| | | android:textColor="@color/white" |