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