Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

SwipeRefreshLayout as parent for RecyclerView is not working #33

Open
Assignees
ericktijerou
Labels
🐛 bugSomething isn't working
@AlexandreGorobets

Description

@AlexandreGorobets

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>

Metadata

Metadata

Assignees

Labels

🐛 bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions


    [8]ページ先頭

    ©2009-2025 Movatter.jp