首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > 移动开发 >

[转]代码兑现渐变背景

2012-07-01 
[转]代码实现渐变背景转自:http://www.iteye.com/topic/1117561??shape xmlns:androidhttp://schemas.a

[转]代码实现渐变背景

转自:http://www.iteye.com/topic/1117561

?

?

<shape xmlns:android="http://schemas.android.com/apk/res/android"      android:shape="rectangle">      <gradient          android:startColor="#ffffff"          android:endColor="#EDEDED"          android:angle="-90" />  </shape>  

?

?

和图片一样 放入drawable ?配置好把它看成图片调用就好了~

控件xml中 调用?android:background="@drawable/pull_to_refresh_header_background" 是不是很简单 ~

?

?

P注:放在drawable下 和selector一样用法

热点排行