I have
android:button="?android:attr/listChoiceIndicatorSingle"
on the layout for a CheckBox. I pressed F3 to take me to the definition, and it just said
<!-- Drawable to use for single choice indicators. -->
<attr name="listChoiceIndicatorSingle" format="reference" />
in android-sdk/platforms/android-17/data/res/values/attrs.xml
. I searched the whole file and that was the only occurrence.
How do I find the drawables that it references?
The value of attributes are defined in theme.xml. Check 'theme.xml' in SDK. In my case, it defined like this:
<item name="listChoiceIndicatorSingle">@android:drawable/btn_radio_holo_dark</item>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With