Rukey7 / TagLayout

TagView Sample

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

在布局文件的TagLayout中加了个TagView,

abdulla1992 opened this issue · comments

在布局文件的TagLayout中加了个TagView,本来我想让这个TagView在最后显示,结果这个Tagview是第一个显示的,怎么让他排在最后?

不要在布局里添加了,在界面初始化的时候用接口添加

TagView只有一个时候怎么设置TagLayout不可点击

没明白你想做什么效果,点击都是TagView来控制的

我的意思,设置不可点击没有作用
if (position==0){
mTagLayout3.setEnabled(false);
mTagLayout3.setClickable(false);
}
怎样才能让他不可点击生效。