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