在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"/>是自己定制的波纹效果的背景图片. 可有可无。
按钮背景改成这个。就行了。
时间: 2024-10-07 18:30:58