mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-09 08:38:43 +01: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
@ -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…
x
Reference in New Issue
Block a user