Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
abdulla1992 opened this issue Sep 6, 2017 · 4 comments
Open

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

abdulla1992 opened this issue Sep 6, 2017 · 4 comments

Comments

@abdulla1992
Copy link

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

@Rukey7
Copy link
Owner

Rukey7 commented Sep 6, 2017

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

@Yalun-Yong
Copy link

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

@Rukey7
Copy link
Owner

Rukey7 commented May 21, 2018

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

@Yalun-Yong
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants