我想使用 android 默认首选项图标
<item android:id="@+id/settings"
android:icon="@drawable/ic_menu_preferences"
android:showAsAction="ifRoom" />
并提示此错误...
Error: No resource found that matches the given name (at 'icon' with value '@drawable/ic_menu_preferences
我怎么能使用默认图标?