Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dynamically update width and height of RefreshableViewLazyList when set #1158

Open
github-actions bot opened this issue Jun 1, 2023 · 0 comments
Open
Labels
redwood/lazylayout Relating to `LazyColumn` or `LazyRow` todo

Comments

@github-actions
Copy link

github-actions bot commented Jun 1, 2023

// TODO Dynamically update width and height of RefreshableViewLazyList when set


  init {
    swipeRefreshLayout.apply {
      addView(recyclerView)
      // TODO Dynamically update width and height of RefreshableViewLazyList when set
      layoutParams = ViewGroup.LayoutParams(MATCH_PARENT, MATCH_PARENT)
    }
  }

@github-actions github-actions bot added the todo label Jun 1, 2023
@swankjesse swankjesse added the redwood/lazylayout Relating to `LazyColumn` or `LazyRow` label Oct 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
redwood/lazylayout Relating to `LazyColumn` or `LazyRow` todo
Projects
None yet
Development

No branches or pull requests

1 participant