2020-02-15 11:48:47 +01:00
|
|
|
<?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/red_error">
|
|
|
|
|
|
|
|
<path
|
2020-04-24 03:02:44 +02:00
|
|
|
android:fillColor="@color/unread_badge"
|
2020-02-15 11:48:47 +01:00
|
|
|
android:pathData="M0 20 L100 0 L100 20 Z"
|
2020-04-24 03:02:44 +02:00
|
|
|
android:strokeColor="@color/unread_badge" />
|
2020-02-15 11:48:47 +01:00
|
|
|
|
|
|
|
</vector>
|