Skip to content

Issues with new theme #442

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

Closed
misaochan opened this issue Mar 20, 2017 · 11 comments · Fixed by #452
Closed

Issues with new theme #442

misaochan opened this issue Mar 20, 2017 · 11 comments · Fixed by #452

Comments

@misaochan
Copy link
Member

misaochan commented Mar 20, 2017

@domdomegg @neslihanturan @maskaravivek I've been doing more in-depth testing before releasing the new version (on a Nexus S emulator API 23 and 25, prior to real device testing), and a few things that I noticed with the new themes/icons:

  1. When sent to the overflow menu due to the action bar being full, "From gallery" shows up with its icon on the left. Besides being the only item in the overflow menu with an icon, when the light theme is selected, the icon isn't visible due to being white.

gallery

  1. The subtext in the tutorial is black now, while the text is white. IMO keeping the text and subtext roughly the same color is a lot more aesthetic.

tutorial2

  1. I think it might be a good idea to make the dark theme the default instead of the light theme, so that people start out with the theme that they are used to, and have the option to change it if they prefer light. What do you guys think?

  2. Very minor issue, and could just be a personal preference, but in the media details pane, landscape images have a large white band above them. IMO this looks okay in the dark theme, but rather jarring in the light theme.

media details

@domdomegg
Copy link
Member

I agree with all the points except for 4, I think it's fine. However it may be an idea to change that layout of the media_detail_fragment to something more material-ly at some point where we could change the vertical alignment of the image.

Might be good to get some feedback from beta testers on the new theme as well, perhaps vote on some issues.

@misaochan
Copy link
Member Author

Yeah, I don't think 4 is a big issue either. Would be good if 1-3 could be fixed before we start publicizing though.

Having a polling option sounds good too. Will make a separate issue for that.

@neslihanturan
Copy link
Collaborator

It seems like 2 is already solved by @veyndan . I can solve 1 and 3 but I am having problem about reproducing the case 1. Can you share a scenario @misaochan ?

@misaochan
Copy link
Member Author

Thanks @veyndan !

@neslihanturan Case 1 happens when you have a small device (like the Nexus S that I emulated). When the action bar is full, extra items go to the overflow menu, which is when the issue occurs. Test it on a Nexus S emulator and see?

@misaochan
Copy link
Member Author

misaochan commented Mar 20, 2017

Issue 5: When in light theme, uploading an image with a dark background makes it impossible to read black category text.

screenshot_20170321-010026

@neslihanturan
Copy link
Collaborator

I am on issue 5

@neslihanturan
Copy link
Collaborator

neslihanturan commented Mar 20, 2017

I recognize another one about spinner theme, issue 6. For readability issues, single upload screen (which has transparent background) always uses dark theme. Child object spinner uses dark theme too. However it looks weird on light theme as:
selection_013
If we wrap spinner with a linear layout which has light theme, it looks fine as:
selection_015

But because of, independent from user selection, we force single upload activity to use dark theme, there is no way to distinguish it in xml. So I think the only way is recognize user preference in the code and set style of layout programmatically.

@veyndan
Copy link
Contributor

veyndan commented Mar 21, 2017

With point no. 1, is it even necessary to have an icon in the overflow menu? As noted before, it feels a bit out of place considering it is the only item with an icon.

@misaochan
Copy link
Member Author

Well-spotted @neslihanturan , thanks!

@veyndan I'm fine either way (with removing the icon when it's in overflow or changing its color).

@neslihanturan
Copy link
Collaborator

@veyndan I am okay with either way too. However, gallery menu has higher importance than other menus when it is in overflow (to upload). So it can be a good idea to show its icon to make user recognize it easier. If you decide to change it, I am online for a new PR.

@veyndan
Copy link
Contributor

veyndan commented Mar 21, 2017

I'll make a new PR. I think a better way to show importance is hierarchically, by showing the gallery menu at the top of the overflow.

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

Successfully merging a pull request may close this issue.

4 participants