From edb81f6809800e51bea425f2db2d187cb1779813 Mon Sep 17 00:00:00 2001 From: Shinokuni Date: Tue, 13 Aug 2024 13:59:41 +0200 Subject: [PATCH] Add fever icon --- .../com/readrops/db/entities/account/AccountType.kt | 2 +- db/src/main/res/drawable/ic_fever.xml | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 db/src/main/res/drawable/ic_fever.xml diff --git a/db/src/main/java/com/readrops/db/entities/account/AccountType.kt b/db/src/main/java/com/readrops/db/entities/account/AccountType.kt index f8860cfd..700bc573 100644 --- a/db/src/main/java/com/readrops/db/entities/account/AccountType.kt +++ b/db/src/main/java/com/readrops/db/entities/account/AccountType.kt @@ -11,5 +11,5 @@ enum class AccountType(@DrawableRes val iconRes: Int, NEXTCLOUD_NEWS(R.drawable.ic_nextcloud_news, R.string.nextcloud_news, AccountConfig.NEXTCLOUD_NEWS), //FEEDLY(R.drawable.ic_feedly, R.string.feedly, null), FRESHRSS(R.drawable.ic_freshrss, R.string.freshrss, AccountConfig.FRESHRSS), - FEVER(R.mipmap.ic_launcher, R.string.fever, AccountConfig.FEVER) + FEVER(R.drawable.ic_fever, R.string.fever, AccountConfig.FEVER) } \ No newline at end of file diff --git a/db/src/main/res/drawable/ic_fever.xml b/db/src/main/res/drawable/ic_fever.xml new file mode 100644 index 00000000..252a7e5e --- /dev/null +++ b/db/src/main/res/drawable/ic_fever.xml @@ -0,0 +1,10 @@ + + +