mirror of
https://github.com/AdrianKuta/Expandable-RecyclerView.git
synced 2025-07-01 23:08:02 +02:00
sample implementation
This commit is contained in:
18
app/src/main/res/drawable/ic_middle_element.xml
Normal file
18
app/src/main/res/drawable/ic_middle_element.xml
Normal 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>
|
Reference in New Issue
Block a user