-
Notifications
You must be signed in to change notification settings - Fork 491
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
Image Animation is not working on QRCodeReaderView #2
Comments
Hi! First, thanks for appreciate my work. I'm sorry but I can't imagine what going on with your issue, could you upload a picture or explain yourself with more details? |
In activity_decoder.xml i have added an Image View, and in oncreate of DecoderActivity i am trying to animate that ImageView via android translate Animation, Its just an image animating from top to bottom above the Camera/QRCodeReaderView .. But issue is that animation does not display properly.. Would really appreciate any pointers .. Thanks |
Hi again, sorry for the delayed post. I tried to implement what you wanted to do (animation over camera image) and TranslateAnimation worked fine for me, I just pushed over the example project a way to do this, check it out please, and tell me if you can solve your problem. Maybe you were situating QRCodeReaderView over your ImageView in the activity's layout? |
We've run it and thanks for it... |
Ok, thanks for the feedback. |
First I appreciate your work and I like it because from last 10 days I was searching the project to scan qrcode in portrait mode and this is the one which help me alot. The issue that I'm facing is my line image is not moving up and down on the screen. If I invisible the QRCodeReaderView then my animation works perfectly. So help me to figure out this issue.
The text was updated successfully, but these errors were encountered: