【发布时间】:2014-03-14 05:59:41
【问题描述】:
你能告诉我如何使用 android 的图标 expander_ic_maximized 吗? 我发现在 frameworks/base/core/res/res/drawable-hdpi/expanderic_minimized.9.png
这是我的布局 xml 文件:
<ImageView android:id="@+id/icon"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/expander_ic_minimized">
但我收到此错误:
res/layout/test.xml:70: error: Error: Resource is not public. (at 'src' with value '@android:drawable/expander_ic_maximized').
【问题讨论】:
标签: android