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

[Palette creation] Adapt the palette creation to the kid flavor. #25

Merged
merged 1 commit into from Aug 3, 2016

Conversation

vbarthel-fr
Copy link
Member

In the kid version, the instruction is represented as an image, and a default name is used.

In the default version, the instruction is in plain text, and the name of the palette
is choose by the user from a dialog.

Note: the floating action button is now only displayed when at least one color has been added to the palette creator.

mToast = Toast.makeText(this, resId, Toast.LENGTH_SHORT);
mToast.show();
}
protected abstract void createPalette();
Copy link
Member

Choose a reason for hiding this comment

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

would add a small comment for maintainability : called when user validate the palette creation.

@tbarthel-fr
Copy link
Member

LGTM 💇

@tbarthel-fr
Copy link
Member

@vbarthel-fr rebase kid-matters.

In the kid version, the instruction is represented as an image, and a default name is used.
In the default version, the instruction is in plain text, and the name of the palette
is choose by the user from a dialog.
@tbarthel-fr tbarthel-fr merged commit 02b301b into kid-matters Aug 3, 2016
@tbarthel-fr tbarthel-fr deleted the vb/palette-creation branch August 3, 2016 11:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants