From: Damyan Ivanov Date: Sun, 3 Mar 2019 15:46:48 +0000 (+0200) Subject: rename app icon files to take them out of the apache-licensed template X-Git-Tag: v0.7~5 X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=commitdiff_plain;h=58b61ea2f6af43ca23c153af8f33e9569d31dc00 rename app icon files to take them out of the apache-licensed template --- diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 3407017d..dde0571f 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="@drawable/ic_app_icon" + android:icon="@drawable/app_icon" android:label="@string/app_name" - android:roundIcon="@drawable/ic_app_icon" + android:roundIcon="@drawable/app_icon" android:supportsRtl="true" android:theme="@style/AppTheme"> . + --> + + + + + + + + + + diff --git a/app/src/main/res/drawable-anydpi-v21/app_icon_dynamic.xml b/app/src/main/res/drawable-anydpi-v21/app_icon_dynamic.xml new file mode 100644 index 00000000..e99168ba --- /dev/null +++ b/app/src/main/res/drawable-anydpi-v21/app_icon_dynamic.xml @@ -0,0 +1,86 @@ + + + + + + + + + + + diff --git a/app/src/main/res/drawable-anydpi-v21/ic_app_icon.xml b/app/src/main/res/drawable-anydpi-v21/ic_app_icon.xml deleted file mode 100644 index 5cb9cc2a..00000000 --- a/app/src/main/res/drawable-anydpi-v21/ic_app_icon.xml +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - - - - diff --git a/app/src/main/res/drawable-anydpi-v21/ic_app_icon_dynamic.xml b/app/src/main/res/drawable-anydpi-v21/ic_app_icon_dynamic.xml deleted file mode 100644 index e99168ba..00000000 --- a/app/src/main/res/drawable-anydpi-v21/ic_app_icon_dynamic.xml +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - - - - diff --git a/app/src/main/res/layout/nav_header_logo.xml b/app/src/main/res/layout/nav_header_logo.xml index 32ddb62f..e91c7b4e 100644 --- a/app/src/main/res/layout/nav_header_logo.xml +++ b/app/src/main/res/layout/nav_header_logo.xml @@ -23,5 +23,5 @@ android:contentDescription="@string/nav_header_desc" android:visibility="visible" android:id="@+id/app_icon" - app:srcCompat="@drawable/ic_app_icon_dynamic" + app:srcCompat="@drawable/app_icon_dynamic" tools:showIn="@layout/activity_main" /> \ No newline at end of file