optimize reactions list height

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2022-04-07 20:46:20 +02:00 committed by Marcel Hibbe
parent b4316ecaad
commit f9495e4b89
No known key found for this signature in database
GPG key ID: C793F8B59F43CE7B
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="300dp">
android:layout_height="288dp">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/reactions_list"

View file

@ -22,7 +22,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content">
android:layout_height="@dimen/item_height">
<com.facebook.drawee.view.SimpleDraweeView
android:id="@+id/avatar"