flipping the order

This commit is contained in:
Tibor Kaputa 2022-03-08 12:01:38 +01:00 committed by GitHub
parent 27f117df5f
commit 6aa3be6c31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -59,8 +59,8 @@
android:layout_height="match_parent"
android:clipToPadding="false"
android:overScrollMode="never"
android:visibility="gone"
android:paddingBottom="@dimen/secondary_fab_bottom_margin"
android:visibility="gone"
app:layoutManager="com.simplemobiletools.commons.views.MyLinearLayoutManager" />
<com.simplemobiletools.commons.views.MyTextView