I am implementing a swipe to delete, and I am drawing an icon as a bitmap in the background. For some reason my icon variable is still null even though the xml icon file do exist and android studio displays the icon at the beginning of the line.
Bitmap icon;
if (dX > 0) {
icon = BitmapFactory.decodeResource(getResources(), R.drawable.ic_delete_black_24dp);