mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-25 11:20:47 +01:00
Add message editing feature.
This commit is contained in:
9
app/src/main/res/drawable/symbol_check_24.xml
Normal file
9
app/src/main/res/drawable/symbol_check_24.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path
|
||||
android:pathData="M18.972,5.263c0.407,0.26 0.525,0.802 0.265,1.209l-8.32,13a0.875,0.875 0,0 1,-1.426 0.067l-4.68,-5.98a0.875,0.875 0,0 1,1.378 -1.078l3.92,5.008 7.654,-11.96a0.875,0.875 0,0 1,1.209 -0.266Z"
|
||||
android:fillColor="#000"/>
|
||||
</vector>
|
||||
10
app/src/main/res/drawable/symbol_edit_compact_16.xml
Normal file
10
app/src/main/res/drawable/symbol_edit_compact_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:viewportWidth="16"
|
||||
android:viewportHeight="16">
|
||||
<path
|
||||
android:pathData="M13.71,2.29a2.418,2.418 0,0 0,-3.42 0L3.04,9.54a0.65,0.65 0,0 0,-0.149 0.232l-1.114,2.97c-0.346,0.924 0.557,1.827 1.481,1.48l2.97,-1.113a0.65,0.65 0,0 0,0.231 -0.15l7.25,-7.25a2.418,2.418 0,0 0,0 -3.419ZM11.21,3.21a1.118,1.118 0,1 1,1.58 1.58l-0.79,0.79L10.42,4l0.79,-0.79ZM9.5,4.92l-5.441,5.44 -0.948,2.53 2.529,-0.95 5.44,-5.44L9.5,4.92Z"
|
||||
android:fillColor="#000"
|
||||
android:fillType="evenOdd"/>
|
||||
</vector>
|
||||
Reference in New Issue
Block a user