Implement chat filter design feedback.

This commit is contained in:
Alex Hart
2023-01-02 12:19:04 -04:00
committed by GitHub
parent 495c91ba86
commit 9e8350e8c2
6 changed files with 131 additions and 9 deletions

View File

@@ -63,7 +63,7 @@
<org.thoughtcrime.securesms.conversationlist.chatfilter.ConversationListFilterPullView
android:id="@+id/pull_view"
android:layout_width="match_parent"
android:layout_height="100dp"
android:layout_height="130dp"
android:background="@color/signal_colorBackground"
app:layout_scrollInterpolator="@android:anim/linear_interpolator" />