Reputation: 13
TranslateAnimation: I want to move a Image, but do not want it to get back to its starting position. Can anyone help me? I am using another TranslateAnimation, but it's not working, so it's not working.
Upvotes: 0
Views: 178
Reputation: 20348
use the following method:-
anime.setFillAfter(true);
where anime is the object of TranslateAnimation Class.
Upvotes: 1