When referencing internal Android resources in my app (mostly in a *parent 
*attribute 
of a *style *element, haven't really tested anywhere else) I see different 
examples:

Option 1)
<style name="NotificationTitle" 
parent="@android:style/TextAppearance.StatusBar.EventContent.Title" 
/>

Option 2)
<style name="NotificationTitle" 
parent="android:TextAppearance.StatusBar.EventContent.Title" 
/>

Both work just fine. But I'm wondering, is there a difference between them? 
Is one preferred over the other?

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

Reply via email to