Hey there,
i am quit new to android development and i tried tackling this issue
from alot of angles and didn't get any satisfactory results and i
wanted to know could i possibly do to solve this :
the issue is :
i have a Relative layout that has an imageview, textview,
autocompletedittext, listview. what i want to do is when i tap the
edittext i want it to slide up with the keyboard in a bit slower
animation that the keyboard so that the imageview and the textview
aren't shown and i get the autocomplete not stuck to the top edge i
want it to have a margin of 30 dp.
solutions i have tried :
- making a translate animation : got me to display the animation but
didn't really move anything (moving layout and trying to adjust hieght-
failed- ,moving widgets and setfillafter(true) -a bit of success-)
- adding view.gone: after the animation ends i got the img and txt to
disappear but the animation goes up and down
- only view,gone : makes it not animated
- keyboard settings at the androidmanfist.xml to adjustpan and nothing
happened.

please tell me what am i doing wrong or could do to solve this. what i
need is to really move a widget across the layout while giving the
user a feeling of animation

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to