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

Highlight downloaded regions #280

Merged
merged 2 commits into from
Dec 22, 2021
Merged

Conversation

paetz
Copy link
Collaborator

@paetz paetz commented Dec 20, 2021

Resolves #278

Copy link
Member

@chrgernoe chrgernoe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • I would not add the tick in front of the downloaded regions. In my eyes this makes the layout a bit nervous. My suggestions would be to add an empty box in front of each item but mark it as check, if downloaded.
  • Please don't introduce a "completely" new color. There is a link in the color definition file that describes the color scheme which is used in the app. Please keep with this color either within the primary or secondary color "space".

@@ -38,6 +38,7 @@
<color name="colorOnSecondaryLight">@color/colorSecondaryDark</color>
<color name="colorOnSecondaryDark">@color/white</color>

<color name="colorDownloaded">#ddeeff</color>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use a more general name so that this color can also be used on other places in the app.

@paetz
Copy link
Collaborator Author

paetz commented Dec 21, 2021

  • Please don't introduce a "completely" new color. There is a link in the color definition file that describes the color scheme which is used in the app. Please keep with this color either within the primary or secondary color "space".

Hm, I tried the secondary color, but this is a bit confusing since grey color means "prohibited" in the other views. I'll choose a light color from our "Indigo" color scheme and define it as a new color, I hope that's ok.

@paetz paetz requested a review from chrgernoe December 21, 2021 09:56
@paetz paetz merged commit 79eadf3 into master Dec 22, 2021
@paetz paetz deleted the feature/278_highlight_downloaded_regions branch December 22, 2021 08:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add icon to region to indicate that it is locally available
2 participants