mirror of
https://github.com/SimpleMobileTools/Simple-Keyboard.git
synced 2025-04-07 15:11:03 +02:00
use a staggered grid view at keyboard clips
This commit is contained in:
parent
66d844bc9b
commit
6e27297fa7
@ -192,7 +192,7 @@
|
|||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:clipToPadding="false"
|
android:clipToPadding="false"
|
||||||
android:padding="@dimen/small_margin"
|
android:padding="@dimen/small_margin"
|
||||||
app:layoutManager="com.simplemobiletools.commons.views.MyGridLayoutManager"
|
app:layoutManager="androidx.recyclerview.widget.StaggeredGridLayoutManager"
|
||||||
app:spanCount="2" />
|
app:spanCount="2" />
|
||||||
|
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user