1<?xml version="1.0" encoding="utf-8"?> 2<shape android:shape="rectangle" 3 xmlns:android="http://schemas.android.com/apk/res/android"> 4 <!-- dark red --> 5 <solid android:color="#ffbf1111" /> 6</shape> 7