This documentation
here:
http://developer.android.com/guide/topics/ui/notifiers/notifications.html#CustomExpandedView
*Says:*
Then, to apply the system's default colors for notifications on Android 2.3
and higher, use the following styles for res/values-v9/styles.xml:
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="NotificationText"
parent="android:TextAppearance.StatusBar.EventContent" />
<style name="NotificationTitle"
parent="android:TextAppearance.StatusBar.EventContent.Title" />
</resources>
I'm using* android 2.2* for dev.
But if I do the above, then I get this error:
error: Error retrieving parent for item: No resource found that matches the
given name 'android:TextAppearance.StatusBar.EventContent'.
Any idea as to how to do this?
Thanks
--
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