fix to not cut off unread mentions bubble

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
Marcel Hibbe 2025-01-15 10:33:52 +01:00
parent 172eddb217
commit db8c4de028
No known key found for this signature in database
GPG Key ID: C793F8B59F43CE7B

View File

@ -254,7 +254,7 @@
<com.google.android.material.button.MaterialButton
android:id="@+id/newMentionPopupBubble"
android:layout_width="wrap_content"
android:layout_height="40dp"
android:layout_height="wrap_content"
android:layout_gravity="bottom|center"
android:layout_marginStart="88dp"
android:layout_marginTop="16dp"