Orange is such a nice color!

pull/162/head
M66B 5 years ago
parent 13997a0848
commit 828ed7a1a6

@ -199,7 +199,9 @@ public class HtmlHelper {
Integer.parseInt(rgb[2])
);
}
} else
} else if (c.equals("orange"))
color = 0Xffa500; // CSS Level 2
else
color = Color.parseColor(c);
} catch (Throwable ex) {
Log.e("Color=" + c);

Loading…
Cancel
Save