Friday, January 25, 2013

Re: [android-developers] ListView select a row

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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
 
 

No comments:

Post a Comment