blob: 63ea99ba8379db7bad206873f3653a2d56e0c2d6 (
plain)
1
2
3
4
5
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/frame_content">
</FrameLayout>
|