super.onDestroy(); LApplication.getRefWatcher().watch(this); } static class Config { private int size; private String title; public int getSize() { return size; } public void setSize(int size) { this.size = size; } public String getTitle() { return title; } public void setTitle(St...