commit | 90cfa9df3f3b586eae49ee2d2533a05238d391a4 | [log] [tgz] |
---|---|---|
author | Phil Dubach <phillipd@google.com> | Wed Jul 08 09:43:49 2009 -0700 |
committer | Phil Dubach <phillipd@google.com> | Wed Jul 08 09:43:49 2009 -0700 |
tree | 1f37854e8ed63d59692b4f969eca97e8e235f20b | |
parent | 0d725f7d5a7efd9dc63f6ddb67a619d659bb4428 [diff] |
Fix ShapeDrawable.inflateTag() to accept proper dimension specs for padding ShapeDrawable.inflateTag() handles the 'padding' tag with the standard attributes android:left, etc. The attribute values for these standard attributes should be dimension specifications, e.g. '4dp'. ShapeDrawable.inflateTag() was wrongly parsing the attribute values as plain integers.