2017-08-04 19:24:18 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2017-08-09 13:19:37 +02:00
|
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2017-08-23 06:09:55 +02:00
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
2017-08-13 14:24:03 +02:00
|
|
|
android:id="@+id/master_fragment"
|
2017-08-04 19:24:18 +02:00
|
|
|
android:layout_width="match_parent"
|
2017-08-23 06:09:55 +02:00
|
|
|
android:layout_height="match_parent"
|
|
|
|
tools:ignore="MergeRootFrame" />
|