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,7 +39,8 @@
|
|||||||
<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>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user