1. 程式人生 > >android 按鈕特效 波紋

android 按鈕特效 波紋

gif bsp col 波紋 文件 alt com mas drawable

技術分享

在drawable下 新建一個xml文件,比如ripple.xml

內容如下:

 ====================

<?xml version="1.0" encoding="utf-8"?>
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
android:color="#FF9e9e9e">
<item android:drawable="@drawable/psb"/>
</ripple>
====================

其中
 <item android:drawable="@drawable/psb"/>
是自己定制的波紋效果的背景圖片. 可有可無。

技術分享

按鈕背景改成這個。就行了。

技術分享

android 按鈕特效 波紋