mirror of https://github.com/readrops/Readrops.git
Add fever icon
This commit is contained in:
parent
326fdde7eb
commit
edb81f6809
|
@ -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)
|
||||
}
|
|
@ -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>
|
Loading…
Reference in New Issue