标签:sch 效果 xmlns draw image com enc android 定制
在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"/>
是自己定制的波纹效果的背景图片. 可有可无。
按钮背景改成这个。就行了。
标签:sch 效果 xmlns draw image com enc android 定制
原文地址:http://www.cnblogs.com/yue31313/p/7288492.html