码迷,mamicode.com
首页 > 移动开发 > 详细

android 按钮特效 波纹

时间:2017-08-05 09:59:56      阅读:256      评论:0      收藏:0      [点我收藏+]

标签: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"/>
是自己定制的波纹效果的背景图片. 可有可无。

技术分享

按钮背景改成这个。就行了。

技术分享

 

android 按钮特效 波纹

标签:sch   效果   xmlns   draw   image   com   enc   android   定制   

原文地址:http://www.cnblogs.com/yue31313/p/7288492.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!