Android代码-Popview-Android

时间:2022-08-25 21:28:45
【文件属性】:

文件名称:Android代码-Popview-Android

文件大小:293KB

文件格式:ZIP

更新时间:2022-08-25 21:28:45

Android代码

Popview-Android Pop animation with circular dust effect for any view updation Getting Started In your build.gradle dependencies { compile 'rb.popview:popview:0.1.0' } Usage Initialize PopField like so : PopField popField = PopField.attach2window(activity); Popping the view without replacement (1st icon) popField.popView(view); Popping the view and replacing with new view without animation (2nd icon) popField.popView(view,newView); Eg: LayoutInflater layoutInflater = (LayoutInflater) ge


【文件预览】:
Popview-Android-master
----gradlew(5KB)
----settings.gradle(27B)
----gradle()
--------wrapper()
----README.md(2KB)
----popview()
--------src()
--------.gitignore(7B)
--------build.gradle(1KB)
--------proguard-rules.pro(651B)
----gradlew.bat(2KB)
----gradle.properties(855B)
----.gitignore(215B)
----app()
--------src()
--------.gitignore(7B)
--------build.gradle(643B)
--------proguard-rules.pro(651B)
----build.gradle(641B)

网友评论