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

Add bottomItem #18

Closed
mradzinski opened this issue Dec 9, 2014 · 9 comments
Closed

Add bottomItem #18

mradzinski opened this issue Dec 9, 2014 · 9 comments
Assignees

Comments

@mradzinski
Copy link

As per Google design guidelines: "Settings and support are located at the bottom of the scrolling list, in-line with the rest of the list content."

This items should not scroll with the rest of the drawer items (in other words, should be bottom fixed).

@radzio
Copy link

radzio commented Jan 8, 2015

+1

@ivangag
Copy link

ivangag commented Jan 14, 2015

First of all: thanks for the great work.
And Yes..bottom Item fixed (like inbox for instance) would be very appreciated.
Thanks

@yoavst
Copy link

yoavst commented Jan 15, 2015

any update?

@heinrichreimer heinrichreimer self-assigned this Jan 15, 2015
@heinrichreimer
Copy link
Owner

Currently working on it.

@heinrichreimer
Copy link
Owner

Done. 6a5f246

@ivangag
Copy link

ivangag commented Jan 16, 2015

Heinrich great!
Is that already available in the maven central?

@radzio
Copy link

radzio commented Jan 17, 2015

@heinrichreimer Can you please push this update to maven central?

@heinrichreimer
Copy link
Owner

I had some issues uploading to maven central. Anyway it should be available within a few hours.

@radzio
Copy link

radzio commented Jan 24, 2015

@heinrichreimer I've found one bug regarding this functionality. On My HTC One m7 GPe I was unable to scroll if I had:
profile item
8 normal items
1 fixed items

When I've added another normal item I was able to scroll.

Maybe

if (mAdapterFixed.getCount() > 0) {
 scrollView.setPadding(0, 0, 0, linearListViewFixed.getHeight());

this bottom padding is to small?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants