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