simple_screen.xml 250 Bytes
Newer Older
1 2
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
Yusuke Iwaki's avatar
Yusuke Iwaki committed
3 4
        android:id="@+id/content"
        android:layout_width="match_parent"
Tiago Cunha's avatar
Tiago Cunha committed
5
        android:layout_height="match_parent">
6 7

</FrameLayout>