aboutsummaryrefslogtreecommitdiff
path: root/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/completion8-expected-completion44.txt
blob: 357814507ae9ac3c53e3733412072d71e7c08d71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Code completion in completion8.xml for android:layo^ut_width="fill_parent":
android:layout_width : Specifies the basic width of the view.  [dimension, enum]
android:layout_height : Specifies the basic height of the view.  [dimension, enum]
android:layout_weight : [float]
android:layout_gravity : Standard gravity constant that a child can supply to its parent.  [flag]
android:layout_margin : Specifies extra space on the left, top, right and bottom sides  of this view.  [dimension]
android:layout_marginLeft : Specifies extra space on the left side of this view.  [dimension]
android:layout_marginTop : Specifies extra space on the top side of this view.  [dimension]
android:layout_marginRight : Specifies extra space on the right side of this view.  [dimension]
android:layout_marginBottom : Specifies extra space on the bottom side of this view.  [dimension]
android:layout_marginStart : Specifies extra space on the start side of this view.  [dimension]
android:layout_marginEnd : Specifies extra space on the end side of this view.  [dimension]
android:layoutDirection : Defines the direction of layout drawing.  [enum]