Beispiel #1
0
 @Override
 public int getIconHeight() {
   // For symmetry the icon is better to have odd height
   return (SizeHelper.getRadioButtonIconSize() / 2) * 2 + 1;
 }