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:
SpiritCroc 2021-07-11 11:11:41 +02:00
parent bcb7ff01bb
commit 62a8865dbc
1 changed files with 3 additions and 2 deletions

View File

@ -39,8 +39,9 @@
<com.google.android.material.tabs.TabLayout <com.google.android.material.tabs.TabLayout
android:id="@+id/tabs" android:id="@+id/tabs"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="40dp" /> android:layout_height="40dp"
app:tabMode="auto" />
</com.google.android.material.appbar.AppBarLayout> </com.google.android.material.appbar.AppBarLayout>
</androidx.coordinatorlayout.widget.CoordinatorLayout> </androidx.coordinatorlayout.widget.CoordinatorLayout>