mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-26 19:37:36 +00:00
Fix non-collapsing layout when scrolled from horiz recyclerview
Fixes #7042 // FREEBIE
This commit is contained in:
@@ -75,6 +75,7 @@
|
||||
android:padding="16dp"
|
||||
android:text="@string/recipient_preference_activity__shared_media"
|
||||
android:visibility="gone"
|
||||
android:focusableInTouchMode="true"
|
||||
style="?android:attr/preferenceCategoryStyle"
|
||||
android:textColor="@color/textsecure_primary"/>
|
||||
|
||||
|
@@ -8,6 +8,6 @@
|
||||
android:paddingLeft="16dp"
|
||||
android:paddingStart="16dp"
|
||||
android:clipToPadding="false"
|
||||
android:nestedScrollingEnabled="true"
|
||||
android:nestedScrollingEnabled="false"
|
||||
android:scrollbars="none"/>
|
||||
</merge>
|
Reference in New Issue
Block a user