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-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-09 13:19:37 +02:00
|
|
|
android:layout_height="match_parent" />
|