我是全新的android,我不知道自己的代码出了什么问题
在此行android:background="@drawable/myBtnWithColor"
查看下面的图片
这是我的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>
答案 0 :(得分:1)
将文件重命名为mybtnwithcolor。请勿在xml文件名中使用大写字母。