这个问题已经在这里有了答案: > How to remove blue glow from Sherlock action bar menu item? 1个
如何在选择时突出显示菜单项,我尝试使用各种属性(如colorpressedHighlight,colorActivatedHighlight等)修改styles.xml.有什么方法可以使菜单项保持焦点直到选择其他项?
AndroIDManifest.xml中:
<style name="onpressedHighlight" parent="AppBasetheme"> <item name="androID:colorActivatedHighlight">@color/Onpressed</item></style><color name="Onpressed" parent="AppBasetheme">#FF0000</color>
活动文件:
settheme(R.style.onpressedHighlight);
解决方法:
将选择器用于自定义按钮.在Google中搜索更多示例.
这是one.
以上是内存溢出为你收集整理的android-如何突出显示所选菜单项?全部内容,希望文章能够帮你解决android-如何突出显示所选菜单项?所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)