|
@@ -4,7 +4,8 @@
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
android:id="@+id/container"
|
|
android:id="@+id/container"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent">
|
|
|
|
|
|
|
+ android:layout_height="match_parent"
|
|
|
|
|
+ tools:ignore="MergeRootFrame">
|
|
|
|
|
|
|
|
<include layout="@layout/default_app_bar" />
|
|
<include layout="@layout/default_app_bar" />
|
|
|
|
|
|