0

I'm developing an Android Application which contains username and password fields. what i want here is if the user input the wrong password then the password field should tilt or swing (in horizontal direction ) to get the user attention. I've seen like this in imo.im app for android. Thanks in advance

1 Answers1

1

You could either use view animation(define your animation in an XML file - How to make a smooth image rotation in Android?) or do something like this: http://sriramramani.wordpress.com/2012/10/12/kinetic-list-view/

Community
  • 1
  • 1
Oleksiy
  • 37,477
  • 22
  • 74
  • 122