mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-24 19:00:26 +01:00
Add sticker support.
No sticker packs are available for use yet, but we now have the latent ability to send and receive.
This commit is contained in:
9
res/drawable/ic_recent_dark_20.xml
Normal file
9
res/drawable/ic_recent_dark_20.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="20dp"
|
||||
android:height="20dp"
|
||||
android:viewportWidth="20"
|
||||
android:viewportHeight="20">
|
||||
<path
|
||||
android:fillColor="@color/core_grey_25"
|
||||
android:pathData="M10,1c-5,0 -9,4 -9,9s4,9 9,9s9,-4 9,-9S15,1 10,1zM10.5,11.5L5,11v-1l4.6,-0.4L10,4h1l0.5,6.5C11.5,11.1 11.1,11.5 10.5,11.5z"/>
|
||||
</vector>
|
||||
Reference in New Issue
Block a user