use a staggered grid view at keyboard clips

This commit is contained in:
tibbi 2022-01-28 22:44:46 +01:00
parent 66d844bc9b
commit 6e27297fa7
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@
android:layout_height="match_parent"
android:clipToPadding="false"
android:padding="@dimen/small_margin"
app:layoutManager="com.simplemobiletools.commons.views.MyGridLayoutManager"
app:layoutManager="androidx.recyclerview.widget.StaggeredGridLayoutManager"
app:spanCount="2" />
</RelativeLayout>