Пример #1
0
 public void OnDestory()
 {
     BackGroundViews.Clear();
     TextColorViews.Clear();
     BackGroundDrawableViews.Clear();
     mChangeModeController = null;
 }
Пример #2
0
 public ChangeModeController AddBackgroundColor(View view, int colorId)
 {
     BackGroundViews.Add(new AttrEntity <View>(view, colorId));
     return(this);
 }