-
Notifications
You must be signed in to change notification settings - Fork 272
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
Change mList menu #45
Comments
@rudsonlive can you help me with this? I'm sure It's something simple |
you can use the "01" method to get the last position in the list and then 01: public int getCurrentPosition(){} 2015-04-13 17:43 GMT-03:00 John Gamarra notifications@github.com:
Rudson Lima ( live-O ) Desenvolvedor Android |
Still not working, as I said, I can recreate the list using the code in the original post, but, the gray item selection is lost, do you know why? there is no way to delete a item in the list? |
hello @rudsonlive? |
I think this can be easily solved if you add a way to repaint the mList, by adapter, please consider this enhacement, thanks. |
Now you can customize your list in version 2.3.2. //{optional} - List Customization "If you remove these methods and the list will take his white standard color" |
I think you didn't understand me, I need to do this: For example my Drawer is like this: [header] I need to change it like this (a totally diferent list) [header] don't care about color or other stuff, I need to change the list @rudsonlive |
Mine is built on "HelpLiveo", then the order you create the object is the The header and footer is standard, so their interaction is only with the ex; HelpLiveo mHelpLiveo HelpLiveo = new (); Then just tell your mHelpLiveo the method addAllHelpItem ex I hope this helps. 2015-07-18 13:17 GMT-03:00 John Gamarra notifications@github.com:
Rudson Lima ( live-O ) Desenvolvedor Android |
Unfortunately it does not work I'm calling this in init
and everything is OK, then in onClick on a button I'm calling this: public void onClick(View v) {
NavigationDrawer is gone, lost.... it does not work |
Friend, now that understands your situation and I apologize for the Unfortunately today it is not possible. We will soon release a new version and try to implement this functionality. Once again I apologize and thank you for contact. 2015-07-18 13:58 GMT-03:00 John Gamarra notifications@github.com:
Rudson Lima ( live-O ) Desenvolvedor Android |
Hi,
Is there an easy way to change the mList, when some action is made in the header, I can change it creating a new adapter, BUT, the selection status is lost in the mList
The text was updated successfully, but these errors were encountered: