标签:图片 bsp img asa menu alt cat 定位 ges
对于Android开发中的menu没有声明的情况:
首先,将鼠标定位到红色的menu上面,
然后,Alt+enter组合键,建立文件menu,
然后将以下代码复制进去:
<item
android:id="@+id/item_store"
app:showAsAction="always"
android:title=""
android:icon="@mipmap/ic_launcher"
android:orderInCategory="1"
/>
箭头所示的部分为自定义的内部资源图片。
标签:图片 bsp img asa menu alt cat 定位 ges
原文地址:http://www.cnblogs.com/android1234/p/6753481.html