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

Issues: Index Bar overlapping content || Index Bar Height Matches view Parent #45

Open
mauta-ii-mauta opened this issue Sep 25, 2018 · 0 comments

Comments

@mauta-ii-mauta
Copy link

  1. The Index Bar overlaps content. If your ViewHolder layout doesn't have a margin, the Index Bar gets in the way of the content. Its even worse if you give the Index Bar a margin. This is true both for Vertical Views and Grid Views. Could you possibly add and attribute like app:indexBarContentMargin so that the users can set the Index Bar margin from viewHolder content.

  2. When you have few items in your RecyclerView, there are of course less sections for the Index Bar to display. Could you add an option/attribute like app:wrapIndexBarSectionText so that the Index Bar can wrap it's height to the amount of section content in it. Possibly even adding the option setIndexBarGravity="TOP", setIndexBarGravity="Center" and setIndexBarGravity="Bottom".
    Currently the Index Bar spans the full height of the view regardless of how many sections there are to show in it. It looks quite bad when you have few items in your RecyclerView.

Thank you.

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

No branches or pull requests

1 participant