mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-02 22:53: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>
|
||||
@@ -25,7 +25,7 @@
|
||||
app:layout_constraintStart_toStartOf="@android:id/list"
|
||||
app:layout_constraintTop_toTopOf="@android:id/list" />
|
||||
|
||||
<androidx.recyclerview.widget.RecyclerView
|
||||
<org.thoughtcrime.securesms.conversation.mutiselect.MultiselectRecyclerView
|
||||
android:id="@android:id/list"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
android:id="@+id/conversation_update_item"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@drawable/conversation_item_background"
|
||||
android:focusable="true"
|
||||
android:paddingStart="26dp"
|
||||
android:paddingEnd="26dp">
|
||||
|
||||
Reference in New Issue
Block a user