mirror of
https://github.com/nextcloud/talk-android
synced 2025-01-18 05:01:28 +00:00
fix to not cut off unread mentions bubble
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
172eddb217
commit
db8c4de028
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user