OSDN Git Service

Fix text shadow attributes in textAppearance
authorRaph Levien <raph@google.com>
Mon, 14 Apr 2014 18:20:22 +0000 (11:20 -0700)
committerRaph Levien <raph@google.com>
Mon, 14 Apr 2014 18:27:30 +0000 (18:27 +0000)
commit202d1ec753ff9401f3a1ea93a09a7419e76b7f91
tree9c774f158461ddd56e54189182ab1eb01b45d952
parenta5c8d586f6ceff252336f72c6e15efbf4785e794
Fix text shadow attributes in textAppearance

The various text shadow attributes were not being properly applied
because they were being retrieved from the wrong TypedArray.

This is the proper fix for bug 13525033 Shadow* attributes in a style
not being applied in textAppearance.

Change-Id: I57a8f498bf6059c5c5c74c1072edb277a24ea053
core/java/android/widget/TextView.java