【发布时间】:2013-09-15 06:24:29
【问题描述】:
我有
android:button="?android:attr/listChoiceIndicatorSingle"
关于 CheckBox 的布局。我按 F3 带我进入定义,它只是说
<!-- Drawable to use for single choice indicators. -->
<attr name="listChoiceIndicatorSingle" format="reference" />
在android-sdk/platforms/android-17/data/res/values/attrs.xml。我搜索了整个文件,这是唯一的一次。
如何找到它引用的可绘制对象?
【问题讨论】:
-
你想做什么?我没有得到你的问题。您想为按钮设置图像吗?
标签: android android-theme