mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-22 22:21:18 +00:00
Orange is such a nice color!
This commit is contained in:
parent
13997a0848
commit
828ed7a1a6
1 changed files with 3 additions and 1 deletions
|
@ -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…
Reference in a new issue