Skip to content

Commit

Permalink
Fix typo, update app icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Ixam97 committed Dec 14, 2023
1 parent 4d15125 commit cfa31f5
Show file tree
Hide file tree
Showing 71 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion automotive/src/dev/res/mipmap-anydpi-v26/ic_launcher.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/bg_club"/>
<foreground android:drawable="@mipmap/ic_launcher_alt_dev_foreground"/>
<foreground android:drawable="@mipmap/ic_launcher_alt2_dev_foreground"/>
</adaptive-icon>
2 changes: 1 addition & 1 deletion automotive/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/bg_club"/>
<foreground android:drawable="@mipmap/ic_launcher_alt_foreground"/>
<foreground android:drawable="@mipmap/ic_launcher_alt2_foreground"/>
</adaptive-icon>
5 changes: 0 additions & 5 deletions automotive/src/main/res/mipmap-anydpi-v26/ic_launcher_alt.xml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_launcher_alt2_background"/>
<foreground android:drawable="@mipmap/ic_launcher_alt2_foreground"/>
</adaptive-icon>
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_launcher_alt2_dev_background"/>
<foreground android:drawable="@mipmap/ic_launcher_alt2_dev_foreground"/>
</adaptive-icon>
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_launcher_alt2_dev_background"/>
<foreground android:drawable="@mipmap/ic_launcher_alt2_dev_foreground"/>
</adaptive-icon>
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_launcher_alt2_background"/>
<foreground android:drawable="@mipmap/ic_launcher_alt2_foreground"/>
</adaptive-icon>

This file was deleted.

This file was deleted.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion automotive/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<string-array name="changes_0_26_0">
<item>Experimentelles Farbschema hinzugefügt.</item>
<item>Vereinfachte Auswahl der Sekundärachse.</item>
<item>Der Datenbankupload wurde in Abschnitte unterteilt, um falsche Fehlermedungen zu vermeiden und den Fortschritt anzeigen zu können.</item>
<item>Der Datenbankupload wurde in Abschnitte unterteilt, um falsche Fehlermeldungen zu vermeiden und den Fortschritt anzeigen zu können.</item>
</string-array>

<string-array name="changes_0_25_2">
Expand Down

0 comments on commit cfa31f5

Please sign in to comment.