-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Switching from action bar to navigation drawer #251
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
Comments
Did you already do some drawings of how it should look? I think the current Wikipedia app is a good example to aim at. For this app I think we should also leave some space for gamification elements. The elements could be discusses in a seperate thread, but something like number of downloads would be motivating. I also like the concept of streaks (e.g. Duolingo). For this app that could be the count of consecutive weeks/days that the user has uploaded a picture (Not just on mobile, which probably makes it easier to query that from Commons API?). |
Haha, no, I don't have any drawings of how it should look - if I tried, it'd probably look worse than it currently does. ;) I think if a reasonably experienced artist were to want to help us out with it, I personally would be happy to leave the choice of style entirely up to them. I really like the gamification ideas you mentioned. There already is a basic thread at #85 , but it would be great if you could add your ideas there. |
Edit: Oh, I got confused between this and the icons thread. I was initially planning for just a basic material design nav drawer (in black). |
I am taking the liberty of marking this as high priority, as I feel that this needs to be handled before too many more new features are added. |
@tobias47n9e @misaochan We might want to keep the issue open until the drawer is made theme specific. |
This has largely been done, but there are a few issues that need fixing:
|
The action bar is getting pretty crowded and some of the items (About, Settings, Nearby) should ideally be placed in a navigation drawer instead. This requires a bit of an overhaul, as AFAIK proper navigation drawer implementation would require the activities to be converted to fragments.
I initially started on this (see https://github.com/misaochan/apps-android-commons/tree/nav-drawer-hamburger) but encountered issues that I could not resolve (see http://stackoverflow.com/questions/39010912/actionbardrawertoggle-disappears-when-addtobackstacknull-is-used ).
The text was updated successfully, but these errors were encountered: