1、问题
需要实现简单颜色渐变背景
2、xml文件实现
1)、bg.xml文件
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" > <gradient android:startColor="#1E90FF" android:centerColor="#00EEEE" android:endColor="#00B2EE" android:angle="270" /> <corners android:radius="0dip" />
</shape>
1E90FF" android:centerColor="#00EEEE" android:endColor="#00B2EE" androi