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

[问答]继承viewGroup后必须实现哪些方法,这些方法有谁调用 #11

Open
yejunrong opened this issue Mar 10, 2015 · 2 comments

Comments

@yejunrong
Copy link

No description provided.

@Trinea Trinea changed the title 继承viewGroup后必须实现哪些方法,这些方法有谁调用 [问答]继承viewGroup后必须实现哪些方法,这些方法有谁调用 Mar 10, 2015
@QichaoChen
Copy link

在ViewGroup中只有一个抽象的方法onLayout(),所以必须实现它;如果执行requestLayout()请求重新调整位置会调用到onLayout()

@DoubleDa
Copy link

DoubleDa commented Jun 8, 2015

实例在此,转自:Android 自定义ViewGroup 实战篇 -> 实现FlowLayout,http://blog.csdn.net/lmj623565791/article/details/38352503

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