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

Hoe to Add animation in the custom layout view element #2

Closed
Rahulrsannidhi opened this issue Jun 16, 2016 · 1 comment
Closed

Hoe to Add animation in the custom layout view element #2

Rahulrsannidhi opened this issue Jun 16, 2016 · 1 comment

Comments

@Rahulrsannidhi
Copy link

Hi am using your library for tutorial view in my application its very helpful.very easy to use.
How can i add a animation to the view element inside the custom view (like TextView or ImageView ) I tried lot can you please help on this.
Also when find the view element in the custom view using inflate layout to set text and all not working.

@outlander24
Copy link
Owner

@Rahulrsannidhi The views are getting drawn on the canvas and aren't getting inflated. So, you won't get any view objects with you as such. Hence, applying animations or setting text during run-time isn't possible. Thanks!

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

No branches or pull requests

2 participants