2018-08-08 06:55:47 +00:00
|
|
|
<androidx.drawerlayout.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2018-08-02 13:33:06 +00:00
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
android:id="@+id/drawer_layout"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
tools:context=".ActivityCompose">
|
|
|
|
|
|
|
|
<FrameLayout
|
|
|
|
android:id="@+id/content_frame"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent" />
|
2018-08-08 06:55:47 +00:00
|
|
|
</androidx.drawerlayout.widget.DrawerLayout>
|