After fiddling around with different values I actually was able to get the appearance I wanted without using the parent attribute.
---------------------------------------------------------------------- There are only 10 types of people in the world... Those who know binary and those who don't. ---------------------------------------------------------------------- On Mon, Aug 31, 2009 at 6:35 PM, Tikoze <[email protected]> wrote: > I want to create a new style that slightly modifies the default style > of a TextView... However, I have not been able to find what the value > for the parent attribute should be... > > Any help would be appreciated! > > Current xml code: > > <?xml version="1.0" encoding="utf-8"?> > <resources> > <style name="TitleText" parent="??????????"> > <item name="android:textSize">25sp</item> > <item name="android:textColor">#008</item> > </style> > </resources> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

