tachiyomi/app/src/main/res/drawable/unread_angled_badge.xml
Carlos 442a439e66
Tracker improvements (#473)
* add tracker logout dialog from upstream

* update for all trackers to have logout dialog

* remove logout button from login screen

* new login button that is more material
had to remove red_error color cause that was in the library that i removed

* return error message if user has blank username/password

* add x button to clear tracked Manga
add dialog that gives option to clear just in app or from tracking service
added mal as first service to allow clearing

* fix string in dialog for remove
ad ability to remove from anilist service

* add ability to delete from kitsu

* made login dialog look more material

* change the dialog for the remove from tracker

* update coil to 0.11.0

* make track search a little nicer
2020-06-06 19:53:13 -04:00

15 lines
494 B
XML

<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:width="100dp"
android:height="100dp"
android:viewportHeight="10"
android:viewportWidth="100"
tools:background="@color/material_red_500">
<path
android:fillColor="@color/unread_badge"
android:pathData="M0 20 L100 0 L100 20 Z"
android:strokeColor="@color/unread_badge" />
</vector>