示例#1
0
 public void OnProgressChanged(SeekBar seekBar, int i, bool b)
 {
     dtf.UpdateTint(dtf.GetColor(), dtf.GetTintMode());
 }
示例#2
0
 public void OnItemSelected(AdapterView adapterView, View view, int i, long l)
 {
     dtf.UpdateTint(dtf.GetColor(), dtf.GetTintMode());
 }