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
-~----------~----~----~----~------~----~------~--~---