Awesome! Thanks for this Lance!
I've tried to add my textAppearance to my Theme but this doesn't worked. Your solution works like a charm. Am Sonntag, 4. November 2012 12:40:29 UTC+1 schrieb onigunn: > > Hi there, > > I defined an own TextApperance style in my app which inherits from the > default style > > <style name="TextAppearance" parent="@android:style/TextAppearance" > >> >> <item name="android:textSize">18dp</item> >> >> <item name="android:textColor">@android:color/black</item> >> >> <item name="android:typeface">sans</item> >> >> </style> >> > Now I have to apply this to each TextView which I declare in my app. Is > there a way to apply my custom TextAppearance as default for the whole > application? > > Best, > > oni > >> -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

