aboutsummaryrefslogtreecommitdiff
path: root/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/completion1.xml
blob: d523eeb3d1cf448c055e0c28a06b70f827e90379 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android">
<!--  
  This file deliberately contains errors - it represents partial keyboard
  typing for interactive code completion
-->
    <TextView
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:layout_marginTop="@android:dimen/app_icon_size"
        android:layout_marginLeft="50dp"
        android:layout_marginBottom="50"
        android:textColor="#000000"
        style="@android:style/Widget.Button"
        android:gravity="left|bottom"
        android:text="@string/hello"
        android:hint="hint" />
    <FrameLayout android:foreground="@android:drawable/btn_default"></FrameLayout> 
</LinearLayout>