- gradle.properties mit android.useAndroidX=true erstellt - themes.xml: Parent-Theme auf android:Theme.Material.Light.NoActionBar geändert - ic_launcher_background.xml: Ungültiges <rect> durch <path> ersetzt
10 lines
327 B
XML
10 lines
327 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="108dp"
|
|
android:height="108dp"
|
|
android:viewportWidth="108"
|
|
android:viewportHeight="108">
|
|
<path
|
|
android:fillColor="#4CAF50"
|
|
android:pathData="M0,0h108v108H0z" />
|
|
</vector>
|