blob: d67e64bc289c404e39d7b3cc6b1ebfd89e10bc83 (
plain)
1
2
3
4
5
|
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/master_fragment"
android:layout_width="match_parent"
android:layout_height="match_parent" />
|