This pull request adds support for adaptive (monet themed) Android icons that came with Material You starting with Android 13.
The padding of the TUM logo is the same as in the original icon version.
Added foreground, background, and monochrome launcher icons to be able to enable the Material You themed icon feature
Removed android:roundIcon from manifest, as this is not needed anymore (and does not work with themed icon support i.e. mipmap-anydpi-v26)
added mipmap-anydpi-v26\ic_launcher.xml to enable themed icon
This pull request adds support for adaptive (monet themed) Android icons that came with Material You starting with Android 13. The padding of the TUM logo is the same as in the original icon version.