Hi,

the documentation for styles states that the parent attribute should
start with an @ but it does not seem to be mandatory.

http://developer.android.com/guide/topics/resources/style-resource.html

> parent="@[package:]style/style_to_inherit"

However looking at iosched app it never uses this form but leaves out
the @

http://code.google.com/p/iosched/source/browse/android/res/values/styles.xml

> <style name="Theme" parent="android:style/Theme" />
> <style name="ListItemContainer" parent="style/ListItemContainerBase" />

Can someone confirm if this is a bug in implementation or
documentation?

thanks,

James

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to