diff options
author | Alan Viverette <alanv@google.com> | 2014-07-07 14:06:15 -0700 |
---|---|---|
committer | Alan Viverette <alanv@google.com> | 2014-07-07 22:54:22 +0000 |
commit | 8e5e11b99fac942122ee2d6cdd30af51564861ae (patch) | |
tree | 5bd6c6c59b064108597043beff12d21d17c11537 /api | |
parent | 0e73e532963ce0b11dade9471a78a69fdf6666aa (diff) | |
download | frameworks_base-8e5e11b99fac942122ee2d6cdd30af51564861ae.zip frameworks_base-8e5e11b99fac942122ee2d6cdd30af51564861ae.tar.gz frameworks_base-8e5e11b99fac942122ee2d6cdd30af51564861ae.tar.bz2 |
Handle configuration changes in drawable attributes
Adds themeable attribute support to InsetDrawable, adds support
for attribute configuration changes to all themable drawables.
BUG: 16045735
Change-Id: I3dc62d28801760ac69d303be81b6c78bb9bb5aca
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index 6f565d7..d6e66ee 100644 --- a/api/current.txt +++ b/api/current.txt @@ -8972,6 +8972,7 @@ package android.content.res { public class TypedArray { method public boolean getBoolean(int, boolean); + method public int getChangingConfigurations(); method public int getColor(int, int); method public android.content.res.ColorStateList getColorStateList(int); method public float getDimension(int, float); |