aboutsummaryrefslogtreecommitdiff
path: root/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/aapterror7.xml
blob: d47f4ae83aac0c99f3ec374bbafb81b74ae231a8 (plain)
1
2
3
4
5
6
7
8
9
10
<FrameLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="wrap_content"
    android:layout_height="match_parent">
    <TextView
        android:id=""
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
    />
</FrameLayout>