Fix for info box

This commit is contained in:
Przemek Grondek 2014-08-20 11:25:55 +02:00
parent e48b75863e
commit 475a7b4c61

View file

@ -147,6 +147,7 @@ public class ElementFragment extends Fragment implements AsyncDatabaseConnector.
});*/
builder.setTitle(R.string.status);
builder.setIcon(R.drawable.ic_action_warning); //TODO Change Icon
builder.setCancelable(false); // There is no exit
builder.create();
builder.show();
}