- Notifications
You must be signed in to change notification settings - Fork28
Open
Description
Current workaround is to use intermediate parent, but it's looks ugly I think =)
<androidx.swiperefreshlayout.widget.SwipeRefreshLayout android:layout_width="match_parent" android:layout_height="match_parent"> <FrameLayout android:layout_width="match_parent" android:layout_height="match_parent"> <androidx.recyclerview.widget.RecyclerView android:layout_width="match_parent" android:layout_height="match_parent" app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager" /> </FrameLayout> </androidx.swiperefreshlayout.widget.SwipeRefreshLayout>