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