New icon; changed colour palette to reflect the university's colour design a little better

This commit is contained in:
denizk0461
2023-05-05 15:52:30 +02:00
parent 5d544625ad
commit e1ea3ecc11
22 changed files with 49 additions and 49 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ android {
minSdk 24 minSdk 24
targetSdk 33 targetSdk 33
versionCode 1 versionCode 1
versionName "0.4.61" versionName "1.0.0"
resourceConfigurations += ["en", "de"] resourceConfigurations += ["en", "de"]
Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 32 KiB

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_background"/> <background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/> <foreground android:drawable="@mipmap/ic_launcher_foreground"/>
</adaptive-icon> </adaptive-icon>
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_background"/> <background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/> <foreground android:drawable="@mipmap/ic_launcher_foreground"/>
</adaptive-icon> </adaptive-icon>
Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.8 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.8 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 16 KiB

+44 -44
View File
@@ -4,66 +4,66 @@
<color name="white">#ffffff</color> <color name="white">#ffffff</color>
<!-- auto-generated using https://m3.material.io/theme-builder#/custom --> <!-- auto-generated using https://m3.material.io/theme-builder#/custom -->
<color name="seed">#d83734</color> <color name="seed">#920026</color>
<color name="md_theme_light_primary">#B81E21</color> <color name="md_theme_light_primary">#B4233B</color>
<color name="md_theme_light_onPrimary">#FFFFFF</color> <color name="md_theme_light_onPrimary">#FFFFFF</color>
<color name="md_theme_light_primaryContainer">#FFDAD6</color> <color name="md_theme_light_primaryContainer">#FFDADA</color>
<color name="md_theme_light_onPrimaryContainer">#410003</color> <color name="md_theme_light_onPrimaryContainer">#40000B</color>
<color name="md_theme_light_secondary">#775653</color> <color name="md_theme_light_secondary">#765657</color>
<color name="md_theme_light_onSecondary">#FFFFFF</color> <color name="md_theme_light_onSecondary">#FFFFFF</color>
<color name="md_theme_light_secondaryContainer">#FFDAD6</color> <color name="md_theme_light_secondaryContainer">#FFDADA</color>
<color name="md_theme_light_onSecondaryContainer">#2C1513</color> <color name="md_theme_light_onSecondaryContainer">#2C1516</color>
<color name="md_theme_light_tertiary">#725B2E</color> <color name="md_theme_light_tertiary">#76592F</color>
<color name="md_theme_light_onTertiary">#FFFFFF</color> <color name="md_theme_light_onTertiary">#FFFFFF</color>
<color name="md_theme_light_tertiaryContainer">#FEDEA6</color> <color name="md_theme_light_tertiaryContainer">#FFDDB1</color>
<color name="md_theme_light_onTertiaryContainer">#261900</color> <color name="md_theme_light_onTertiaryContainer">#291800</color>
<color name="md_theme_light_error">#BA1A1A</color> <color name="md_theme_light_error">#BA1A1A</color>
<color name="md_theme_light_errorContainer">#FFDAD6</color> <color name="md_theme_light_errorContainer">#FFDAD6</color>
<color name="md_theme_light_onError">#FFFFFF</color> <color name="md_theme_light_onError">#FFFFFF</color>
<color name="md_theme_light_onErrorContainer">#410002</color> <color name="md_theme_light_onErrorContainer">#410002</color>
<color name="md_theme_light_background">#FFFBFF</color> <color name="md_theme_light_background">#FFFBFF</color>
<color name="md_theme_light_onBackground">#201A19</color> <color name="md_theme_light_onBackground">#201A1A</color>
<color name="md_theme_light_surface">#FFFBFF</color> <color name="md_theme_light_surface">#FFFBFF</color>
<color name="md_theme_light_onSurface">#201A19</color> <color name="md_theme_light_onSurface">#201A1A</color>
<color name="md_theme_light_surfaceVariant">#F5DDDB</color> <color name="md_theme_light_surfaceVariant">#F4DDDD</color>
<color name="md_theme_light_onSurfaceVariant">#534341</color> <color name="md_theme_light_onSurfaceVariant">#524343</color>
<color name="md_theme_light_outline">#857371</color> <color name="md_theme_light_outline">#857373</color>
<color name="md_theme_light_inverseOnSurface">#FBEEEC</color> <color name="md_theme_light_inverseOnSurface">#FBEEED</color>
<color name="md_theme_light_inverseSurface">#362F2E</color> <color name="md_theme_light_inverseSurface">#362F2F</color>
<color name="md_theme_light_inversePrimary">#FFB4AC</color> <color name="md_theme_light_inversePrimary">#FFB3B5</color>
<color name="md_theme_light_shadow">#000000</color> <color name="md_theme_light_shadow">#000000</color>
<color name="md_theme_light_surfaceTint">#B81E21</color> <color name="md_theme_light_surfaceTint">#B4233B</color>
<color name="md_theme_light_outlineVariant">#D8C2BF</color> <color name="md_theme_light_outlineVariant">#D7C1C1</color>
<color name="md_theme_light_scrim">#000000</color> <color name="md_theme_light_scrim">#000000</color>
<color name="md_theme_dark_primary">#FFB4AC</color> <color name="md_theme_dark_primary">#FFB3B5</color>
<color name="md_theme_dark_onPrimary">#690007</color> <color name="md_theme_dark_onPrimary">#680018</color>
<color name="md_theme_dark_primaryContainer">#93000F</color> <color name="md_theme_dark_primaryContainer">#920026</color>
<color name="md_theme_dark_onPrimaryContainer">#FFDAD6</color> <color name="md_theme_dark_onPrimaryContainer">#FFDADA</color>
<color name="md_theme_dark_secondary">#E7BDB8</color> <color name="md_theme_dark_secondary">#E6BDBD</color>
<color name="md_theme_dark_onSecondary">#442927</color> <color name="md_theme_dark_onSecondary">#44292A</color>
<color name="md_theme_dark_secondaryContainer">#5D3F3C</color> <color name="md_theme_dark_secondaryContainer">#5D3F40</color>
<color name="md_theme_dark_onSecondaryContainer">#FFDAD6</color> <color name="md_theme_dark_onSecondaryContainer">#FFDADA</color>
<color name="md_theme_dark_tertiary">#E0C38C</color> <color name="md_theme_dark_tertiary">#E6C18D</color>
<color name="md_theme_dark_onTertiary">#3F2D04</color> <color name="md_theme_dark_onTertiary">#432C05</color>
<color name="md_theme_dark_tertiaryContainer">#584419</color> <color name="md_theme_dark_tertiaryContainer">#5C421A</color>
<color name="md_theme_dark_onTertiaryContainer">#FEDEA6</color> <color name="md_theme_dark_onTertiaryContainer">#FFDDB1</color>
<color name="md_theme_dark_error">#FFB4AB</color> <color name="md_theme_dark_error">#FFB4AB</color>
<color name="md_theme_dark_errorContainer">#93000A</color> <color name="md_theme_dark_errorContainer">#93000A</color>
<color name="md_theme_dark_onError">#690005</color> <color name="md_theme_dark_onError">#690005</color>
<color name="md_theme_dark_onErrorContainer">#FFDAD6</color> <color name="md_theme_dark_onErrorContainer">#FFDAD6</color>
<color name="md_theme_dark_background">#201A19</color> <color name="md_theme_dark_background">#201A1A</color>
<color name="md_theme_dark_onBackground">#EDE0DE</color> <color name="md_theme_dark_onBackground">#ECE0DF</color>
<color name="md_theme_dark_surface">#201A19</color> <color name="md_theme_dark_surface">#201A1A</color>
<color name="md_theme_dark_onSurface">#EDE0DE</color> <color name="md_theme_dark_onSurface">#ECE0DF</color>
<color name="md_theme_dark_surfaceVariant">#534341</color> <color name="md_theme_dark_surfaceVariant">#524343</color>
<color name="md_theme_dark_onSurfaceVariant">#D8C2BF</color> <color name="md_theme_dark_onSurfaceVariant">#D7C1C1</color>
<color name="md_theme_dark_outline">#A08C8A</color> <color name="md_theme_dark_outline">#9F8C8C</color>
<color name="md_theme_dark_inverseOnSurface">#201A19</color> <color name="md_theme_dark_inverseOnSurface">#201A1A</color>
<color name="md_theme_dark_inverseSurface">#EDE0DE</color> <color name="md_theme_dark_inverseSurface">#ECE0DF</color>
<color name="md_theme_dark_inversePrimary">#B81E21</color> <color name="md_theme_dark_inversePrimary">#B4233B</color>
<color name="md_theme_dark_shadow">#000000</color> <color name="md_theme_dark_shadow">#000000</color>
<color name="md_theme_dark_surfaceTint">#FFB4AC</color> <color name="md_theme_dark_surfaceTint">#FFB3B5</color>
<color name="md_theme_dark_outlineVariant">#534341</color> <color name="md_theme_dark_outlineVariant">#524343</color>
<color name="md_theme_dark_scrim">#000000</color> <color name="md_theme_dark_scrim">#000000</color>
<!-- dietary preference colours generated using https://m3.material.io/theme-builder#/custom --> <!-- dietary preference colours generated using https://m3.material.io/theme-builder#/custom -->
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<resources> <resources>
<color name="ic_launcher_background">#A33D2F</color> <color name="ic_launcher_background">#B4233B</color>
</resources> </resources>
+1 -1
View File
@@ -92,7 +92,7 @@
<string name="event_update_sheet_error">An error occurred while trying to retrieve this event.</string> <string name="event_update_sheet_error">An error occurred while trying to retrieve this event.</string>
<!-- dietary preferences --> <!-- dietary preferences -->
<string name="pref_fair">Animal Welfare</string> <!-- TODO is this really the best name? what about 'animal welfare'? --> <string name="pref_fair">Animal Welfare</string>
<string name="pref_fish">Fish</string> <string name="pref_fish">Fish</string>
<string name="pref_poultry">Poultry</string> <string name="pref_poultry">Poultry</string>
<string name="pref_lamb">Lamb</string> <string name="pref_lamb">Lamb</string>