cell.setFillColor(cellFillColor);
MTTextArea listLabel = new MTTextArea(getMTApplication(), font);
listLabel.setNoFill(true);
listLabel.setNoStroke(true);
listLabel.setText(imageName);
cell.addChild(listLabel);
listLabel.setPositionRelativeToParent(cell.getCenterPointLocal());
cell.unregisterAllInputProcessors();
cell.registerInputProcessor(new TapProcessor(getMTApplication(), 15));
cell.addGestureListener(TapProcessor.class, new IGestureEventListener() {
public boolean processGestureEvent(MTGestureEvent ge) {