| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" |
| | | <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | android:orientation="vertical"> |
| | | |
| | | <include layout="@layout/item_status_bar" /> |
| | | |
| | | <RelativeLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="0dp" |
| | | android:layout_weight="1"> |
| | | |
| | | |
| | | <FrameLayout |
| | | android:id="@+id/fl_main_fragment_container" |
| | | android:layout_width="match_parent" |
| | |
| | | android:background="@drawable/ic_shopping" |
| | | android:visibility="invisible" /> |
| | | |
| | | |
| | | </RelativeLayout> |
| | | |
| | | |
| | | </LinearLayout> |