OSDN Git Service

Added getStyleAttributes to access all Theme attributes.
authorJon Miranda <jonmiranda@google.com>
Thu, 4 Sep 2014 00:57:35 +0000 (17:57 -0700)
committerJon Miranda <jonmiranda@google.com>
Fri, 5 Sep 2014 23:19:08 +0000 (16:19 -0700)
commit042ad633bc68bdda2bb0c50216706d73575a5992
tree5de05effd4cff0e0dcaad51a17d7a870067c3635
parent836c0a8b949d71293c996761691e065f0651acef
Added getStyleAttributes to access all Theme attributes.

ViewDebug uses getStyleAttributes to get the attributes, and then gets the
attribute name and value so that Hierarchy Viewer can display it.

Bug: 17407087
Change-Id: I3577e32ae99668383701dc908bb46db14a75c3c4
core/java/android/content/res/AssetManager.java
core/java/android/content/res/Resources.java
core/java/android/view/ViewDebug.java
core/jni/android_util_AssetManager.cpp