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