Beispiel #1
0
 public static String saveColorToXml(Color color) {
   return Integer.toUnsignedString(Color.argb8888(color));
 }