mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-29 14:38:45 +03:00
Fix top row of emoji reaction picker on small displays v2
Change-Id: I4294cd48000503f83748deb0dd41a73d05fafc8e
This commit is contained in:
parent
15249ebe1b
commit
039ebdac7e
1 changed files with 2 additions and 1 deletions
|
@ -40,7 +40,8 @@
|
|||
android:id="@+id/tabs"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="40dp"
|
||||
app:tabMode="auto" />
|
||||
app:tabPaddingEnd="0dp"
|
||||
app:tabPaddingStart="0dp" />
|
||||
|
||||
</com.google.android.material.appbar.AppBarLayout>
|
||||
|
||||
|
|
Loading…
Reference in a new issue