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

[TIMOB-19578] Material design custom animations - touch feedback #7317

Closed
wants to merge 5 commits into from

Conversation

sriks
Copy link
Contributor

@sriks sriks commented Oct 19, 2015

Touch feedback is applied only if the backgroundColor is a solid color.
type: Boolean
default: false
platforms: [android]
Copy link
Contributor

Choose a reason for hiding this comment

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

missing since: "5.2.0"

@hieupham007
Copy link
Contributor

Please update with master and resolve conflicts

@sriks
Copy link
Contributor Author

sriks commented Nov 13, 2015

Updated with master and resolved conflicts.

*/
private void applyTouchFeedback(@NonNull Integer bgColor, @Nullable Integer rippleColor) {
Context appContext = TiApplication.getInstance();
if (rippleColor == null) {
Copy link
Contributor

Choose a reason for hiding this comment

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

looks like some indentation issue?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Addressed indentation issue. Please review.

@hansemannn
Copy link
Collaborator

@sriks @hieupham007 Can we merge this as all comments are addressed?

@hansemannn
Copy link
Collaborator

@sriks @ashcoding Ping. We should change the docs since to 5.4.0 and go ahead.

@hansemannn
Copy link
Collaborator

Closing in favor of #8176.

@hansemannn hansemannn closed this Jul 31, 2016
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.

None yet

3 participants