[android-developers] Re: Cannot get textAppearance to inherit/cascade from theme

2013-03-08 Thread Walt Armour
Not quite the same but good enough for my stuff: http://stackoverflow.com/questions/8380020/android-how-do-i-set-the-textsize-for-a-layout/8380153 On Thursday, February 18, 2010 10:24:49 PM UTC-8, Walt Armour wrote: I have a simple style like this: style

[android-developers] Re: Cannot get textAppearance to inherit/cascade from theme

2013-03-08 Thread Walt Armour
I was a hair too hasty in the previous reply. Hours later and I found the real answer: Using textViewStyle will set the properties but will also prevent local override of those values (by setting textAppearance directly on a TextView). The real solution: do not set android:textAppearance on

[android-developers] Re: Cannot get textAppearance to inherit/cascade from theme

2010-03-10 Thread Prasanna Perera
I am having this exact problem. I am testing on the emulator. On Feb 19, 1:24 am, Walt Armour waltarm...@gmail.com wrote: I have a simple style like this:         style parent=android:Theme.Light.NoTitleBar name=MyTheme             item name=android:colorBackground#FF/item