我正在尝试创建一个实现MenuDrawer的应用程序(使用SimonVT的android-menudrawer库)。
我开始使用示例左侧菜单作为基础。它使用箭头指示哪个元素处于活动状态。
我的问题是,如何让活动项目以不同的背景颜色显示而不是图像。
答案 0 :(得分:0)
在适配器中,将以下内容放在getView()view.setSelectionHandlerColorResource(Set your color here);
喜欢:
public View getView(int position, View convertView, ViewGroup parent) {
view.setSelectionHandlerColorResource(Set your color here);
}