From d0b5da8167bc89402aa7947cb3ca05b6f1b3618e Mon Sep 17 00:00:00 2001 From: Damyan Ivanov Date: Sun, 13 Jan 2019 17:46:39 +0000 Subject: [PATCH] real app icon! --- app/src/main/AndroidManifest.xml | 4 +- app/src/main/res/drawable/ic_app_icon.xml | 86 +++++++++++++++++++ .../res/layout-h360dp/nav_header_logo.xml | 2 +- 3 files changed, 89 insertions(+), 3 deletions(-) create mode 100644 app/src/main/res/drawable/ic_app_icon.xml diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index de59e4fb..ee68deef 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -23,9 +23,9 @@ android:name=".MobileLedgerApplication" android:allowBackup="true" android:fullBackupContent="@xml/backup_descriptor" - android:icon="@mipmap/ic_launcher" + android:icon="@drawable/ic_app_icon" android:label="@string/app_name" - android:roundIcon="@mipmap/ic_launcher_round" + android:roundIcon="@drawable/ic_app_icon" android:supportsRtl="true" android:theme="@style/AppTheme"> . + --> + + + + + + + + + + diff --git a/app/src/main/res/layout-h360dp/nav_header_logo.xml b/app/src/main/res/layout-h360dp/nav_header_logo.xml index c6d35bf2..1b73711e 100644 --- a/app/src/main/res/layout-h360dp/nav_header_logo.xml +++ b/app/src/main/res/layout-h360dp/nav_header_logo.xml @@ -23,5 +23,5 @@ android:contentDescription="@string/nav_header_desc" android:paddingBottom="@dimen/nav_header_vertical_spacing" android:visibility="visible" - app:srcCompat="@mipmap/ic_launcher_round" + app:srcCompat="@drawable/ic_app_icon" tools:showIn="@layout/activity_main" /> \ No newline at end of file -- 2.39.2