2019-05-24 12:35:46 +03:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2019-11-26 19:25:26 +03:00
|
|
|
<androidx.coordinatorlayout.widget.CoordinatorLayout
|
|
|
|
android:id="@+id/vector_coordinator_layout"
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
2019-05-24 12:35:46 +03:00
|
|
|
android:layout_width="match_parent"
|
2019-11-26 19:25:26 +03:00
|
|
|
android:layout_height="match_parent">
|
|
|
|
|
|
|
|
<androidx.fragment.app.FragmentContainerView
|
|
|
|
android:id="@+id/simpleFragmentContainer"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent" />
|
|
|
|
|
|
|
|
</androidx.coordinatorlayout.widget.CoordinatorLayout>
|