[android-developers] Using android default attribute inside a custom View

2011-07-11 Thread blinkseb
Good morning, I'm currently developing a custom view directly based on the View class. I'm currently facing a huge problem : I cannot find a way to access Android default attributes, like highlight color, text color, textSize, etc. Basically, I want my custom view to use the textAppearance

[android-developers] Overriding android:textColor using theme

2011-02-11 Thread blinkseb
Hello dear Android developers ! In my app, users can choose between two themes at startup. However, I've some problems overriding the android:textColor property using themes. I want to be able to change the text color (basically to white/black) of some textview, but only these. I'm trying to do