show clips at clipboard manager in 2 columns

This commit is contained in:
tibbi 2022-01-27 15:42:34 +01:00
parent 056678bca6
commit 39c0840aca
2 changed files with 4 additions and 2 deletions

View File

@ -4,6 +4,7 @@
android:id="@+id/clip_holder"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="@dimen/small_margin"
android:background="@drawable/clipboard_background">
<com.simplemobiletools.commons.views.MyTextView

View File

@ -191,8 +191,9 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clipToPadding="false"
android:padding="@dimen/medium_margin"
app:layoutManager="com.simplemobiletools.commons.views.MyLinearLayoutManager" />
android:padding="@dimen/small_margin"
app:layoutManager="com.simplemobiletools.commons.views.MyGridLayoutManager"
app:spanCount="2" />
</RelativeLayout>
</RelativeLayout>