blob: 61e17d1d318b6526bcc5e4ae3b165d6be1c74457 (
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"/>
|