blob: 585789ef7de9e241e04e9b7b69523a47c2ac9304 (
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/frame_wrapper"
android:layout_width="match_parent"
android:layout_height="match_parent" />
|