blob: d9b6a1f6fbfb0be748547e8ea90276ea88f957e5 (
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/list_fragment_container"
android:layout_width="match_parent"
android:layout_height="match_parent" />
|