diff options
Diffstat (limited to 'app/src/main/res/drawable/ic_launcher.xml')
-rw-r--r-- | app/src/main/res/drawable/ic_launcher.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/drawable/ic_launcher.xml b/app/src/main/res/drawable/ic_launcher.xml index 406e97c..de3da99 100644 --- a/app/src/main/res/drawable/ic_launcher.xml +++ b/app/src/main/res/drawable/ic_launcher.xml @@ -19,6 +19,6 @@ <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> <background android:drawable="@color/launcher_icon_background"/> <foreground> - <inset android:drawable="@drawable/ic_launcher_foreground" android:inset="25%"/> + <inset android:drawable="@drawable/ic_launcher_foreground" android:inset="20%"/> </foreground> </adaptive-icon> |