<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:tools="http://schemas.android.com/tools"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:background="@color/bgcolor"
|
android:orientation="vertical">
|
<include layout="@layout/activity_manage_top"/>
|
<androidx.viewpager.widget.ViewPager
|
android:id="@+id/container"
|
android:layout_width="match_parent"
|
android:layout_height="0dp"
|
android:layout_weight="1" />
|
</LinearLayout>
|