here's what i'm trying now - in my theme file

    <style name="AppBaseTheme" parent="android:Theme.Holo.Light">
        <!-- API 11 theme customizations can go here. -->
        
        <item name="my_color">?android:attr/selectableItemBackground</item>
    </style>

where my_color is defined in attrs.xml as

         <attr name="my_color" format="reference" />


can i retrieve the color in my code - if so how?


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