diff options
author | RaindropsSys <contact@minteck.org> | 2023-05-20 22:49:01 +0200 |
---|---|---|
committer | RaindropsSys <contact@minteck.org> | 2023-05-20 22:49:01 +0200 |
commit | 0528f41b98439529f9122ad29803cd008581f188 (patch) | |
tree | 4323474c10fd7b113454f314be37c80639307bd9 /app/src/main/res/mipmap-anydpi-v26 | |
parent | a249ac5c1de45cb188aec32010b6097c606e6aed (diff) | |
download | delta-android-0528f41b98439529f9122ad29803cd008581f188.tar.gz delta-android-0528f41b98439529f9122ad29803cd008581f188.tar.bz2 delta-android-0528f41b98439529f9122ad29803cd008581f188.zip |
Updated 6 files, added 10 files and deleted 10 files (automated)
Diffstat (limited to 'app/src/main/res/mipmap-anydpi-v26')
-rw-r--r-- | app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml | 4 | ||||
-rw-r--r-- | app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml index ac94b34..7353dbd 100644 --- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml @@ -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="@color/ic_launcher_background" /> - <foreground android:drawable="@drawable/ic_launcher_foreground" /> + <background android:drawable="@color/ic_launcher_background"/> + <foreground android:drawable="@drawable/ic_launcher_foreground"/> </adaptive-icon>
\ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml index ac94b34..7353dbd 100644 --- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -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="@color/ic_launcher_background" /> - <foreground android:drawable="@drawable/ic_launcher_foreground" /> + <background android:drawable="@color/ic_launcher_background"/> + <foreground android:drawable="@drawable/ic_launcher_foreground"/> </adaptive-icon>
\ No newline at end of file |