[android-developers] Re: Having problems getting style attribute to work

2009-06-03 Thread Robert Green
Ok I think I may understand the problem but leads me down a very frustrating path. I think that if I were to set a style on a view, that style would need to inherit the default style and then override the values that I want to have custom. That's fine and all, but I have no idea where this magic

[android-developers] Re: Having problems getting style attribute to work

2009-06-03 Thread Robert Green
Also, When I say that, "nothing happens" when I do the above example, I'm saying that nothing happens in the ADT editor. I haven't tried running it like that, I've just tried to see it work in the preview. Should a style setting show up in the ADT layout editor? On Jun 3, 2:09 pm, Robert Green

[android-developers] Re: Having problems getting style attribute to work

2009-06-03 Thread Robert Green
Got it. To answer all of my own questions: 1) ADT layout editor doesn't show the result of when you set a style property. 2) http://developer.android.com/reference/android/R.styleable.html is everything that can be an item in a style. 3) http://developer.android.com/reference/android/R.style.