diff options
| author | Tanuj <thetanuj@hotmail.com> | 2023-01-09 18:25:03 +0530 |
|---|---|---|
| committer | Tanuj <thetanuj@hotmail.com> | 2023-01-09 18:25:03 +0530 |
| commit | 42595ef4c46787231e81c4f11be48b1a3d69ff01 (patch) | |
| tree | 8de8f705fc38bf412e5c975e5931b961dbc4dc6d /app/src/main/res/mipmap-anydpi-v26 | |
| parent | e5d66f97b3be7dafb35321088853b7827981468d (diff) | |
| download | SidePhOnelauncher-42595ef4c46787231e81c4f11be48b1a3d69ff01.tar.gz SidePhOnelauncher-42595ef4c46787231e81c4f11be48b1a3d69ff01.tar.bz2 SidePhOnelauncher-42595ef4c46787231e81c4f11be48b1a3d69ff01.zip | |
Code cleanup
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 036d09b..c9ad5f9 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="@mipmap/ic_launcher_foreground"/> + <background android:drawable="@color/ic_launcher_background" /> + <foreground android:drawable="@mipmap/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 036d09b..c9ad5f9 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="@mipmap/ic_launcher_foreground"/> + <background android:drawable="@color/ic_launcher_background" /> + <foreground android:drawable="@mipmap/ic_launcher_foreground" /> </adaptive-icon>
\ No newline at end of file |
