我尝试使用视图的背景形状,但我的应用程序崩溃了。 我的代码是:
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:startColor="?attr/colorPrimary"
android:angle="270" />
</shape>
如果用正确的颜色代码替换?attr / colorPrimary,如#9e9e9e 这个代码和形状字正确,但当我使用?attr / donot工作和强制close.how van我解决了这个问题?