Skip to content

Commit

Permalink
rename Verkéiersverbond to Mobilitéitszentral and add logo (#778)
Browse files Browse the repository at this point in the history
  • Loading branch information
muekoeff authored Nov 2, 2024
1 parent a6ee797 commit cb5d8d9
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@ private val networks = arrayOf(
name = R.string.np_name_lu,
description = R.string.np_desc_lu,
agencies = R.string.np_desc_lu_networks,
logo = R.drawable.network_lu_logo,
factory = { LuProvider("{\"type\":\"AID\",\"aid\":\"Aqf9kNqJLjxFx6vv\"}") }
)
)
Expand Down
12 changes: 12 additions & 0 deletions app/src/main/res/drawable/network_lu_logo.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="64dp"
android:height="64dp"
android:viewportWidth="64"
android:viewportHeight="64">

<path
android:fillColor="#E6007E"
android:pathData="M58.407 13.056l-3.7965 -0.02101s-13.757 20.391 -13.82 20.37c0.06071 0.08406 -15.931 -20.061 -16.003 -20.103l-5.7298 -0.02802c-0.26151 0 -0.23349 0.32689 -0.23349 0.32689l-0.04903 34.479c0 1.7442 1.1161 2.998 2.4937 2.8019l3.1895 -0.67946s0.23349 -0.04203 0.23349 -0.38059c0 0 0.03502 -17.551 0.05137 -26.618 -0.02568 0 14.857 17.178 14.857 17.178s1.1208 1.4943 2.1878 -0.23349c0 0 12.735 -18.322 12.707 -18.348l0.07472 -0.12375v26.826c-4.7539 1.4897 -33.872 8.9217 -33.872 8.9217s-2.1831 0.53936 -4.2378 -0.21014c-2.4213 -0.8826 -3.9693 -2.8766 -3.9693 -6.9136v-43.579l46.128 1.3566v-4.2028c-15.462 -1.6648 -25.966 -2.2392 -25.966 -2.2392l-24.516 -1.6344c-1.52 -0.063042 -2.7528 1.4313 -2.7528 3.3436v48.47c0.056038 4.9033 0.71214 7.6561 4.8192 10.344 4.8776 3.1918 11.334 1.2632 11.334 1.2632l0.08639 -0.02802 14.666 -4.511c14.764 -4.4363 21.971 -7.5674 21.971 -7.5674 0.16545 -0.04922 0.28398 -0.19461 0.29887 -0.36658v-0.77052l0.06071 -36.868s0.02802 -0.2545 -0.21014 -0.2545z" />

</vector>
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ and always knows where you are to not miss where to get off the bus.
<string name="np_desc_vmobil">Liechtenstein, Vorarlberg, Bregenz</string>

<string name="np_region_luxembourg">Luxembourg</string>
<string name="np_name_lu" translatable="false">Verkéiersverbond</string>
<string name="np_name_lu" translatable="false">Mobilitéitszentral</string>
<string name="np_desc_lu">Luxembourg</string>
<string name="np_desc_lu_networks" translatable="false">AVL, SNCFL, FLEAA, RGTR, TICE</string>

Expand Down
1 change: 1 addition & 0 deletions artwork/networks/network_lu_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cb5d8d9

Please sign in to comment.