mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-15 11:25:06 +01:00
15 lines
485 B
XML
15 lines
485 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/red_error">
|
||
|
|
||
|
<path
|
||
|
android:fillColor="@color/colorAccent"
|
||
|
android:pathData="M0 20 L100 0 L100 20 Z"
|
||
|
android:strokeColor="@color/colorAccent" />
|
||
|
|
||
|
</vector>
|