aboutsummaryrefslogtreecommitdiff
path: root/v1/src/test/resources/res/layout/toplevel_merge.xml
blob: 24f46225522bfd010fd38529264d387dfe6f476e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>

<merge
        android:id="@+id/main"
        android:layout_width="fill_parent"
        android:layout_height="fill_parent"
        xmlns:android="http://schemas.android.com/apk/res/android">



    <View
            android:layout_width="fill_parent"
            android:layout_height="10dip"
            />

    <View
            android:layout_width="fill_parent"
            android:layout_height="10dip"
            />
 </merge>