Animation

Android 2014. 10. 13. 14:47

Animation inFromRight = 

new TranslateAnimation( Animation.RELATIVE_TO_PARENT,  +1.0f, 

Animation.RELATIVE_TO_PARENT,  0.0f,

Animation.RELATIVE_TO_PARENT,  0.0f, Animation.RELATIVE_TO_PARENT,   0.0f

);



new TranslateAnimation ( fromXtype, fromXvalue, 

toXtype, toXvalue, 

fromYtype, fromYvalue, 

toYtype, toYvalue) ; 


'Android' 카테고리의 다른 글

android case expressions must be constant expressions  (0) 2014.12.10
java.nio.BufferOverflowException  (0) 2014.10.29
기기별 dpi  (0) 2014.07.09
View 위치 찾기.  (0) 2014.05.21
NDK 빌드할 때... multiple target patterns. Stop.  (0) 2014.05.09
Posted by iRang1101
,