mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-02 14:43:09 +01:00
Implement new Multiselect UX and groundwork for Multiforward.
This commit is contained in:
committed by
Cody Henthorne
parent
655e43a079
commit
28abc1e4ff
9
app/src/main/res/drawable/ic_check_circle_solid_24.xml
Normal file
9
app/src/main/res/drawable/ic_check_circle_solid_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:fillColor="@color/white"
|
||||
android:pathData="M12,1A11,11 0,1 0,23 12,11 11,0 0,0 12,1ZM10.232,17 L6.166,12.934l1.061,-1.06 3,3 6.541,-6.541L17.834,9.4Z"/>
|
||||
</vector>
|
||||
Reference in New Issue
Block a user