| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <LinearLayout |
| | | <RelativeLayout |
| | | xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" |
| | | android:orientation="vertical" |
| | | android:layout_marginBottom="6dp" |
| | | android:background="@color/white" |
| | | android:paddingBottom="6dp" |
| | | android:layout_height="wrap_content"> |
| | | |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="45dp" |
| | | android:id="@+id/view_reserve" |
| | | android:visibility="gone" |
| | | android:background="@drawable/bg_reserve"/> |
| | | |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:orientation="vertical" |
| | | android:paddingBottom="6dp"> |
| | | <RelativeLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_marginStart="12dp" |
| | |
| | | android:textColor="#ff27282d" |
| | | android:textSize="14sp" |
| | | android:textStyle="bold" /> |
| | | |
| | | |
| | | </LinearLayout> |
| | | |
| | | |
| | | |
| | | </RelativeLayout> |