aboutsummaryrefslogtreecommitdiff
path: root/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/drawable2-expected-completion52.txt
blob: 2a28533631ce5f74a62da08922d5c101b7f5c5ba (plain)
1
2
3
4
5
6
7
Code completion in drawable2.xml for ^<gradient:
<corners /> : Describes the corners for the rectangle shape of a GradientDrawable.
<gradient /> : Used to describe the gradient used to fill the shape of a GradientDrawable.
<padding /> : Used to specify the optional padding of a GradientDrawable.
<size /> : Used to specify the size of the shape for GradientDrawable.
<solid /> : Used to fill the shape of GradientDrawable with a solid color.
<stroke /> : Used to describe the optional stroke of a GradientDrawable.