Add fever icon

This commit is contained in:
Shinokuni 2024-08-13 13:59:41 +02:00
parent 326fdde7eb
commit edb81f6809
2 changed files with 11 additions and 1 deletions

View File

@ -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), NEXTCLOUD_NEWS(R.drawable.ic_nextcloud_news, R.string.nextcloud_news, AccountConfig.NEXTCLOUD_NEWS),
//FEEDLY(R.drawable.ic_feedly, R.string.feedly, null), //FEEDLY(R.drawable.ic_feedly, R.string.feedly, null),
FRESHRSS(R.drawable.ic_freshrss, R.string.freshrss, AccountConfig.FRESHRSS), 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)
} }

View File

@ -0,0 +1,10 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="32dp"
android:height="32dp"
android:viewportWidth="32"
android:viewportHeight="32">
<path
android:pathData="M9.8,6.8c-3.3,3.4 -5.8,7.1 -6.3,9 -2,9.4 6.2,17.7 15.5,15.7 3.9,-0.8 8.7,-5.6 9.5,-9.5 1.1,-5.2 -0.5,-9.1 -6.3,-15.2 -3,-3.2 -5.8,-5.8 -6.2,-5.8 -0.4,-0 -3.2,2.6 -6.2,5.8zM19.1,13.1c4.7,2.5 4.1,10.3 -0.8,11.5 -5.7,1.5 -10.3,-2.9 -8.3,-8 1.5,-4.1 5.4,-5.6 9.1,-3.5z"
android:fillColor="#bf2726"
android:strokeColor="#00000000"/>
</vector>