public void OnDestory() { BackGroundViews.Clear(); TextColorViews.Clear(); BackGroundDrawableViews.Clear(); mChangeModeController = null; }
public LayoutInflaterFactory(ChangeModeController controller, Class mClass) { this.mClass = mClass; this.Controller = controller; }