aboutsummaryrefslogtreecommitdiff
path: root/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/aapterror1.xml
blob: d72f4ba4cc86970ac8dacca7f0d2a583d9f151ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<FrameLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="wrap_content"
    android:layout_height="match_parent">
    <TextView
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:layout_marginTop="50pt"
        android:layout_marginLeft="50dp"
        android:layout_marginBottom="50"
    />
</FrameLayout>