Creating a Drawable that is completely empty seems like a common need, as a place holder, initial state, etc., but there doesn\'t seem to be a good way to do this... at least in
For me it didn't work when I tried to use @android:id/empty when making an empty drawable. For me, @android:color/transparent was the one.
@android:id/empty
@android:color/transparent