mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-08 00:08:49 +00:00
fixed missing text colors
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@728 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
678b4eb3d0
commit
4736025c20
1 changed files with 2 additions and 2 deletions
|
@ -374,8 +374,8 @@ public class InvgProvider extends AbstractHafasProvider
|
|||
LINES.put("BS8", new int[] { Color.rgb(178, 25, 0), Color.WHITE });
|
||||
|
||||
// BX109?
|
||||
LINES.put("BX11", new int[] { Color.parseColor("#EE9B78") });
|
||||
LINES.put("BX80", new int[] { Color.parseColor("#FFFF40") });
|
||||
LINES.put("BX11", new int[] { Color.parseColor("#EE9B78"), Color.BLACK });
|
||||
LINES.put("BX80", new int[] { Color.parseColor("#FFFF40"), Color.BLACK });
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue