Add new chevron asset to story reply bar.

This commit is contained in:
Alex Hart
2022-07-22 15:32:27 -03:00
committed by Cody Henthorne
parent 277cfe2d6f
commit d62ff6ca06
2 changed files with 20 additions and 4 deletions

View File

@@ -0,0 +1,10 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="16dp"
android:height="16dp"
android:autoMirrored="true"
android:viewportWidth="16"
android:viewportHeight="16">
<path
android:fillColor="#000000"
android:pathData="M4,2.41L9.308,8L4,13.59L5.341,15L12,8L5.341,1L4,2.41Z" />
</vector>