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

Don't require setting all values, fix #5 #16

Merged
merged 4 commits into from
Mar 7, 2016
Merged

Don't require setting all values, fix #5 #16

merged 4 commits into from
Mar 7, 2016

Conversation

Maxr1998
Copy link
Contributor

@Maxr1998 Maxr1998 commented Mar 3, 2016

No description provided.

//Use dark text color
title.setTextColor(ContextCompat.getColor(getContext(),
R.color.mi_text_color_primary_light));
description.setTextColor(ContextCompat.getColor(getContext(),
R.color.mi_text_color_secondary_light));
}
else {
} else {
Copy link
Owner

Choose a reason for hiding this comment

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

This should be else if(backgroundRes != 0)

@janheinrichmerker
Copy link
Owner

See line note

@janheinrichmerker
Copy link
Owner

@Maxr1998 Please edit the line I commented on. It's the only thing keeping me away from merging this pull request.

@janheinrichmerker janheinrichmerker self-assigned this Mar 7, 2016
@janheinrichmerker
Copy link
Owner

Fixes #5

janheinrichmerker added a commit that referenced this pull request Mar 7, 2016
Don't require setting all values in SimpleSlide.Builder, fixes #5
@janheinrichmerker janheinrichmerker merged commit 3701e97 into janheinrichmerker:master Mar 7, 2016
@janheinrichmerker janheinrichmerker added this to the Release 1.2 milestone Apr 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants