mrKlar / PagedDragDropGrid

An Android ViewGroup that implements a paged grid with drag'n'drop moveable items
406 stars 185 forks source link

Fixed resource not found exception #44

Closed ghost closed 10 years ago

ghost commented 10 years ago

In fact, I've added only two lines: if (xmlRes != -1) { grid.setBackgroundResource(xmlRes); } but so many changes applied because of auto-reformatting code in IntelliJ IDEA. If we do not check xmlRes, it produces exception: Caused by: android.content.res.Resources$NotFoundException: Resource ID #0xffffffff