sample implementation

This commit is contained in:
2020-01-21 23:27:14 +01:00
parent e019238c2c
commit b3850a542d
12 changed files with 348 additions and 7 deletions

View File

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24.0"
android:viewportHeight="24.0">
<path
android:pathData="M12,0 l0,24z"
android:strokeWidth="2"
android:strokeColor="@android:color/black" />
<path
android:pathData="M13,12 l11,0"
android:strokeWidth="2"
android:strokeColor="@android:color/black" />
</vector>