mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-20 20:19:42 +01:00
Merge pull request #4606 from nextcloud/backport/4603/stable-20.1
[stable-20.1] fix to not cut off unread mentions bubble
This commit is contained in:
commit
5419b03184
@ -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