commons-app / apps-android-commons

The Wikimedia Commons Android app allows users to upload pictures from their Android phone/tablet to Wikimedia Commons
https://commons-app.github.io/
Apache License 2.0
1.03k stars 1.23k forks source link

Change toolbar color to primary color #1189

Closed ujjwalagrawal17 closed 6 years ago

ujjwalagrawal17 commented 6 years ago

Summary:

According to guidelines by Google Toolbar background color should be the primary color. Statusbar background color should be primary Dark color.

Steps to reproduce:

Change toolbar background to primary color in toolbar.xml

Expected behavior:

Toolbar background color should be the primary color.

Observed behavior:

Toolbar background color is primary dark color.

Screen-shots:

![screenshot_20180224-180318](https://user-images.githubusercontent.com/19607555/36630519-7a6143c8-198d-11e8-939f-02def108be12.png) ![screenshot_20180224-180552](https://user-images.githubusercontent.com/19607555/36630522-872a86a0-198d-11e8-8b6d-9d4efde2d09a.png)

Image 1->Before

Image 2->After

maskaravivek commented 6 years ago

Sounds good! @ujjwalagrawal17 can you include a link to Google's guideline for reference. :)

csk1827 commented 6 years ago

It's the correct way to use colorPrimaryDark on status bar and colorPrimary on toolbar as suggested by @ujjwalagrawal17

@maskaravivek you can find it in Google's Android studio developer manual here

#3F51B5
<!--   a darker variant of the primary color, used for
       the status bar (on Android 5.0+) and contextual app bars -->
<color name="colorPrimaryDark">#303F9F</color>

<!--   a secondary color for controls like checkboxes and text fields -->
<color name="colorAccent">#FF4081</color>

psh commented 6 years ago

Dropping our primary / dark blue colors into Google's material design Color Tool shows how the colors should be used visually.

01 02 03

04 05 06

ujjwalagrawal17 commented 6 years ago

Can we change the primary/primary dark color to any one of these?

![screenshot_20180228-010941](https://user-images.githubusercontent.com/19607555/36750712-3d3f593c-1c24-11e8-842c-96cb84e4f391.png) ![screenshot_20180228-010819](https://user-images.githubusercontent.com/19607555/36750714-3d722d58-1c24-11e8-8434-279118645d35.png)
ujjwalagrawal17 commented 6 years ago

@nicolas-raoul @maskaravivek what do you think?

misaochan commented 6 years ago

Pinging @neslihanturan , as the current color scheme was created by her.

nicolas-raoul commented 6 years ago

If I had to choose between Image 1 and Image 2 in your comment two days ago, I guess I would choose Image 2 :-)

ujjwalagrawal17 commented 6 years ago

Should I close this issue?