aboutsummaryrefslogtreecommitdiff
path: root/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/metadata.xml
blob: 9262f97cd588d836e6ce599addf2e2da46b18814 (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:id="@+id/LinearLayout1"
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:orientation="vertical" android:layout_width="match_parent"
    android:layout_height="match_parent">
    <ListView android:layout_width="match_parent" android:id="@+id/listView1"
        android:layout_height="wrap_content">
    </ListView>
    <Button android:text="Button" android:id="@+id/button1"/>
</LinearLayout>