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
比如MyView myView = new MyView(this); 怎么把这个view添加进去(不想建xml文件): EasyFloat.with(this).setLayout( myView ).show();
The text was updated successfully, but these errors were encountered:
我用复合控件解决了这个问题
Sorry, something went wrong.
@quelleG 老哥怎么解决的
v 2.0.3 现已支持,感谢反馈。
No branches or pull requests
比如MyView myView = new MyView(this);
怎么把这个view添加进去(不想建xml文件):
EasyFloat.with(this).setLayout( myView ).show();
The text was updated successfully, but these errors were encountered: