Esempio n. 1
0
 public void OnClick(View view)
 {
     if (view.Equals(clickableFrameLayout))
     {
         editor.PutString(ACCENT_COLOR_KEY, AccentColors.GetResource(AccentColors.GetNextColor(currentAccentColor))).Commit();
     }
 }