mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-27 20:24:32 +01:00
Add new chevron asset to story reply bar.
This commit is contained in:
committed by
Cody Henthorne
parent
277cfe2d6f
commit
d62ff6ca06
10
app/src/main/res/drawable/ic_chevron_end_bold_16.xml
Normal file
10
app/src/main/res/drawable/ic_chevron_end_bold_16.xml
Normal 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>
|
||||
Reference in New Issue
Block a user