文件名称:Android代码-RippleView
文件大小:399KB
文件格式:ZIP
更新时间:2022-08-27 11:43:11
Android代码
RippleView View that imitates Ripple Effect on click which was introduced in Android L. Usage For a working implementation, Have a look at the Sample Project - RippleViewExample Include the library as local library project. Include the RippleView widget in your layout. In your onCreate method refer to the View and add 'OnClickListener' for the same. mButton = (RippleView) findViewById(R.id.btn); mButton.setOnClickListener(new View.OnClickListener() { @Override public void onC
【文件预览】:
RippleView-master
----RippleViewExample()
--------project.properties(605B)
--------src()
--------AndroidManifest.xml(840B)
--------res()
--------.gitignore(63B)
--------ic_launcher-web.png(21KB)
----.gitattributes(483B)
----Screens()
--------ScreenOld.gif(85KB)
--------Screen.gif(162KB)
----RippleView()
--------.gitattributes(483B)
--------project.properties(584B)
--------src()
--------AndroidManifest.xml(458B)
--------res()
--------libs()
--------.gitignore(63B)
----README.md(3KB)
----.gitignore(823B)