admin
2021-05-11 e5ca87e89fef96c827ec37d1d91082f626cbb17d
app/src/main/res/layout/activity_main.xml
@@ -1,10 +1,17 @@
<?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"
@@ -39,5 +46,7 @@
        android:background="@drawable/ic_shopping"
        android:visibility="invisible" />
</RelativeLayout>
</LinearLayout>