aboutsummaryrefslogtreecommitdiff
path: root/sample/res/layout/extension_activity.xml
blob: 0f4d200f6f206f98a0b9206c50591ecc1806fcd1 (plain)
1
2
3
4
5
6
7
8
9
10
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
            android:id="@+id/content"
            android:layout_width="match_parent"
            android:layout_height="match_parent" >

    <FrameLayout android:id="@+id/frame"
             android:layout_width="match_parent"
             android:layout_height="match_parent"/>

</RelativeLayout>