1<?xml version="1.0" encoding="utf-8"?> 2<shape xmlns:android="http://schemas.android.com/apk/res/android" 3 android:shape="rectangle"> 4 5 <!-- these are the dimensions of the original default_image.png --> 6 <size 7 android:width="215dp" 8 android:height="210dp" /> 9 10 <solid 11 android:color="#ccc" /> 12 13</shape>