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

Recycler View Extensibility Test #60

Merged
merged 2 commits into from
Mar 24, 2017

Conversation

bret-fears
Copy link
Collaborator

  • Add RecyclerActivity
  • Add RecyclerFragment
  • Add Example recycler view
  • Animate recycler children once they're layout is calculated
  • Wire up options menu for both activities to allow users to navigate between them
  • Add home option to Recycler for quickly navigating back to the sort example

recyclerView = (RecyclerView) container.findViewById(R.id.recycler);
recyclerView.setHasFixedSize(true);

RelativeLayout placeHolder = (RelativeLayout) container.findViewById(R.id.placeholder_view);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor, but placeholder is 1 word

@evant
Copy link
Collaborator

evant commented Mar 23, 2017

Yeah this is fine, Ideally you'd bake in explicit recyclerview support but that can wait for a later version.

- Add RecyclerActivity
- Add RecyclerFragment
- Add Example recycler view
- Animate recycler children once they're layout is calculated
- Wire up options menu for both activities to allow users to navigate between them
- Add home option to Recycler for quickly navigating back to the sort example
@bret-fears bret-fears force-pushed the feature/recycler-extensibility-test branch from 9faeebb to d72eeef Compare March 23, 2017 21:22
@bret-fears bret-fears merged commit ffe9a56 into develop Mar 24, 2017
@bret-fears bret-fears deleted the feature/recycler-extensibility-test branch March 24, 2017 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants