<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape>
<gradient
android:startColor="@color/start_gradient" <!--Start color of the gradient-->
android:endColor="@color/end_gradient" <!--End color of the gradient-->
android:angle="45" /> <!--Change this to see the combination of gradient color-->
</shape>
</item>
</selector>
1条答案
按热度按时间wlzqhblo1#
在drawable中创建color_gradient. xml:
当用于图像时:
在使用Android Image Asset的情况下,您仍然可以将背景颜色链接到此xml文件,以创建渐变背景