public void OnDestory() { BackGroundViews.Clear(); TextColorViews.Clear(); BackGroundDrawableViews.Clear(); mChangeModeController = null; }
public ChangeModeController AddTextColor(View view, int colorId) { TextColorViews.Add(new AttrEntity <TextView>((TextView)view, colorId)); return(this); }