diff options
author | Gilles Debunne <debunne@google.com> | 2010-11-09 09:36:38 -0800 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2010-11-09 09:36:38 -0800 |
commit | de87598837275b18f1c50c1ab5f14de88e83e27f (patch) | |
tree | 7220e510d9ee830d5fde2e9a7f43a2c269f3c0b4 /docs/html | |
parent | dfa448f759e0e91b788e2620a4cf7187b893d24e (diff) | |
parent | 311c27a19cc9e17d6676f863733c530f7bdebde9 (diff) | |
download | frameworks_base-de87598837275b18f1c50c1ab5f14de88e83e27f.zip frameworks_base-de87598837275b18f1c50c1ab5f14de88e83e27f.tar.gz frameworks_base-de87598837275b18f1c50c1ab5f14de88e83e27f.tar.bz2 |
Merge "Amended 9patch border documentation"
Diffstat (limited to 'docs/html')
-rw-r--r-- | docs/html/guide/topics/graphics/2d-graphics.jd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/html/guide/topics/graphics/2d-graphics.jd b/docs/html/guide/topics/graphics/2d-graphics.jd index e46dbb4..acb6f9f2 100644 --- a/docs/html/guide/topics/graphics/2d-graphics.jd +++ b/docs/html/guide/topics/graphics/2d-graphics.jd @@ -257,9 +257,9 @@ and saved into the <code>res/drawable/</code> directory of your project. <p> The border is used to define the stretchable and static areas of the image. You indicate a stretchable section by drawing one (or more) 1-pixel-wide - black line(s) in the left and top part of the border. (You can have as - many stretchable sections as you want.) The relative size of the stretchable - sections stays the same, so the largest sections always remain the largest. + black line(s) in the left and top part of the border (the other border pixels should + be fully transparent or white). You can have as many stretchable sections as you want: + their relative size stays the same, so the largest sections always remain the largest. </p> <p> You can also define an optional drawable section of the image (effectively, |