blob: 357814507ae9ac3c53e3733412072d71e7c08d71 [file] [log] [blame]
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]