commit | 6afa16feb32d44c4977b3eb6007246a99f22fdbf | [log] [tgz] |
---|---|---|
author | Jeff Sharkey <jsharkey@android.com> | Thu Aug 20 13:58:52 2009 -0700 |
committer | Jeff Sharkey <jsharkey@android.com> | Sat Aug 22 22:44:00 2009 -0700 |
tree | fc70d4bb9df37641fc7fc7f220d7d5825dd5c785 | |
parent | a5fa36481cdbe2cd324055d9f508e492482cb7dc [diff] |
Add dither XML flag to StateListDrawable. We currently allow the dither="true" flag to be set on individual <bitmap> and <nine-patch> objects, but that flag is overridden when they are included in a <selector>. This change adds the dither="true" flag to StateListDrawable so they can be dithered when desired. Fixes http://b/issue?id=2068024