在Android中设置渐变颜色时出错

时间:2018-09-15 23:32:38

标签: android android-layout

我是全新的android,我不知道自己的代码出了什么问题

在此行android:background="@drawable/myBtnWithColor"

之前我看到红色的感叹号。
  

查看下面的图片

enter image description here

  

这是我的myBtnWithColor.xml文件

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
    <!--  Gradient Bg for listrow -->
   <gradient
      android:startColor="#f1f1f2"
      android:centerColor="#e7e7e8"
      android:endColor="#cfcfcf"
      android:angle="270" />
</shape>

1 个答案:

答案 0 :(得分:1)

将文件重命名为mybtnwithcolor。请勿在xml文件名中使用大写字母。