TagLayout icon indicating copy to clipboard operation
TagLayout copied to clipboard

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

Open abdulla1992 opened this issue 8 years ago • 4 comments

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

abdulla1992 avatar Sep 06 '17 04:09 abdulla1992

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

Rukey7 avatar Sep 06 '17 07:09 Rukey7

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

Yalun-Yong avatar May 17 '18 09:05 Yalun-Yong

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

Rukey7 avatar May 21 '18 02:05 Rukey7

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

Yalun-Yong avatar Jun 01 '18 07:06 Yalun-Yong