We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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,本来我想让这个TagView在最后显示,结果这个Tagview是第一个显示的,怎么让他排在最后?
The text was updated successfully, but these errors were encountered:
不要在布局里添加了,在界面初始化的时候用接口添加
Sorry, something went wrong.
TagView只有一个时候怎么设置TagLayout不可点击
没明白你想做什么效果,点击都是TagView来控制的
我的意思,设置不可点击没有作用 if (position==0){ mTagLayout3.setEnabled(false); mTagLayout3.setClickable(false); } 怎样才能让他不可点击生效。
No branches or pull requests
在布局文件的TagLayout中加了个TagView,本来我想让这个TagView在最后显示,结果这个Tagview是第一个显示的,怎么让他排在最后?
The text was updated successfully, but these errors were encountered: