2017-08-16 00:36:11 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2017-08-22 08:27:29 +02:00
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
2017-08-16 00:36:11 +02:00
|
|
|
android:id="@+id/master_fragment"
|
|
|
|
android:layout_width="match_parent"
|
2017-08-22 08:27:29 +02:00
|
|
|
android:layout_height="match_parent"
|
|
|
|
tools:ignore="MergeRootFrame" />
|