• Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="utf-8"?>
2
3<merge
4        android:id="@+id/main"
5        android:layout_width="fill_parent"
6        android:layout_height="fill_parent"
7        xmlns:android="http://schemas.android.com/apk/res/android">
8
9
10
11    <View
12            android:layout_width="fill_parent"
13            android:layout_height="10dip"
14            />
15
16    <View
17            android:layout_width="fill_parent"
18            android:layout_height="10dip"
19            />
20 </merge>