mirror of
https://github.com/AdrianKuta/Expandable-RecyclerView.git
synced 2025-07-01 06:57:58 +02:00
18 lines
511 B
XML
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> |