Files
Expandable-RecyclerView/app/src/main/res/drawable/ic_last_element.xml
2020-01-21 23:27:14 +01:00

18 lines
511 B
XML

<?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,13z"
android:strokeWidth="2"
android:strokeColor="@android:color/black" />
<path
android:pathData="M12.5,12 l12,0"
android:strokeWidth="2"
android:strokeColor="@android:color/black" />
</vector>