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
Emojis were not showing if not enough space, so allow scrolling there. Change-Id: I75c73132ff4479782953f5401db2ca8037f751e9
This commit is contained in:
parent
bcb7ff01bb
commit
62a8865dbc
1 changed files with 3 additions and 2 deletions
|
@ -39,8 +39,9 @@
|
|||
<com.google.android.material.tabs.TabLayout
|
||||
android:id="@+id/tabs"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="40dp" />
|
||||
android:layout_height="40dp"
|
||||
app:tabMode="auto" />
|
||||
|
||||
</com.google.android.material.appbar.AppBarLayout>
|
||||
|
||||
</androidx.coordinatorlayout.widget.CoordinatorLayout>
|
||||
</androidx.coordinatorlayout.widget.CoordinatorLayout>
|
||||
|
|
Loading…
Reference in a new issue