Friday, January 25, 2013

[android-developers] Re: Change Overscroll Glow Color in a theme

Thanks, that's a pretty good explanation of what I see. You get the Android Style Guru title for today.

I'll consider this a "system color" and devote resources elsewhere.

Nathan

On Friday, January 25, 2013 12:05:58 PM UTC-8, Kostya Vasilyev wrote:
If you look here:


you'll see references (in the constructor) to R.drawable.overscroll_glow and R.drawable.overscroll_edge, without a theme indirection.

Those are included under <android sdk>/platforms/platform-17/data/res/drawable-xhdpi (the "-17" and "-xhdpi" can vary of course), and they are holo blue.

Now, is that what you actually see in the UI? It would appear so, e.g, lines 620 and 625 below:


"You see that Mr. Anderson?... That is the color of inevitability..." (lame, I know)

--
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
 
 

No comments:

Post a Comment