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