An open API service indexing awesome lists of open source software.

https://github.com/hehonghui/materiallayout

materiallayout library and demo.
https://github.com/hehonghui/materiallayout

Last synced: over 1 year ago
JSON representation

materiallayout library and demo.

Awesome Lists containing this project

README

          

MaterialLayout
===================
MaterialLayout是一个能够在低版本的Android 系统中实现点击布局中任何视图都会产生波纹效果的布局,它继承自RelativeLayout,因此能够当做普通的RelativeLayout使用,如果需要其他布局实现该功能,参考该布局实现即可。也可以使用Proxy代理所有的操作,将各个操作封装到一个代理类中,布局类只需要调用代理类来完成相应的工作即可,这样在多种布局都实现这种效果时能够避免代码重复。
MaterialLayout的使用示例如下:
```xml


```

注意不要com.example.materialdemo替换为你工程的包名。
运行一下就可以看到效果了。