Add download action to New Chapters Notification (#6336)

This commit is contained in:
KieuQ
2021-12-12 01:51:30 +08:00
committed by GitHub
parent aed51251b3
commit 808177f8c9
4 changed files with 78 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:fillColor="@android:color/white"
android:pathData="M9,3v6L5,9l7,7 7,-7h-4L15,3zM19,18L5,18v2h14v-2z" />
</vector>