"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

Can I add animation provided by android APIs in GUIManager of Dominoes sample?

In the Dominoes sample app, GUIManager displays buttons and messages upon user interactions. I want to add animating images and use them as buttons rather than just text buttons. I added images and used AnimationUtils.loadAnimation(), startAnimation() APIs to apply animating effects to the images. But I couldn't see any animation that I wanted. Any advise on this issue?