aboutsummaryrefslogtreecommitdiff
path: root/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/drawable1-expected-completion47.txt
blob: c7f495b1bec0441885d7f737985cee0f8c7ba121 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Code completion in drawable1.xml for ^<layer-list:
<animation-list /> : Drawable used to render several animated frames.
<bitmap /> : Drawable used to draw bitmaps.
<clip />
<color /> : Drawable used to draw a single color.
<inset />
<layer-list ></layer-list> : Drawable used to render several drawables stacked on top of each  other.
<nine-patch /> : Drawable used to draw 9-patches.
<rotate /> : Drawable used to rotate another drawable.
<scale />
<selector ></selector> : Drawable used to render several states.
<shape ></shape> : Drawable used to render a geometric shape, with a gradient or  a solid color.