Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我花了两天时间搜索 ICS 菜单的图标,但在任何地方都找不到。这是出现在照片右上角的图标,我已经下载了ics的图标集,但没有,它不包括在内。你有吗?我在哪里可以下载它?还是我必须制作图标?非常感谢!
您可以从 Android SDK 目录中找到这些图标。例如,如果您的 Android SDK 位于D:** 中,则可以从此路径找到 **D:\android-sdk-windows\platforms\android-8\data\res\drawable-mdpi 。然后你可以在你的 xml 文件中添加这样的 ICS 图标android:icon="@android:drawable/ic_menu_search"。希望这个可以帮助你。
android:icon="@android:drawable/ic_menu_search"