Implement new Multiselect UX and groundwork for Multiforward.

This commit is contained in:
Alex Hart
2021-08-11 13:18:38 -03:00
committed by Cody Henthorne
parent 655e43a079
commit 28abc1e4ff
19 changed files with 625 additions and 79 deletions

View 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>

View File

@@ -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"

View File

@@ -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">