- Today
- Total
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Link
- 재능이의 돈버는 일기
- StresslessLife
- K_JIN2SM
- 소소한 일상
- My Life Style & Memory a Box
- Blog's generation
- 공감 스토리
- 취객의 프로그래밍 연구실
- Love Me
- Dream Archive
- 세상에 발자취를 남기다 by kongmingu
- hanglesoul
- 카마의 IT 초행길
- 느리게.
- 미친듯이 즐겨보자..
- Joo studio
- Gonna be insane
- 악 다 날아갔어!! 갇대밋! 왓더...
- xopowo05
- 맑은공기희망운동
- 엔지니어 독립운동
- 혁준 블로그
- Simple in Complex with Simple
- 무의식이 의식을 지배한다
드럼치는 프로그래머
[안드로이드] 액티비티 이동간 애니메이션 샘플 코드 본문
<alpha android:fromAlpha="0.0" android:toAlpha="1.0"
android:fillAfter="true" android:fillEnabled="true"
android:duration="5000" />
<scale android:fromXScale=".0" android:toXScale="1.0"
android:fromYScale=".0" android:toYScale="1.0"
android:pivotX="50%p" android:pivotY="50%p"
android:duration="5000" />
<rotate android:fromDegrees="0"
android:toDegrees="360"
android:pivotX="50%"
android:pivotY="50%"
android:duration="5000" />
<translate android:fromXDelta="100%" android:toXDelta="0%"
android:duration="5000"
android:fillAfter="true" android:fillEnabled="true"/>
[출처] http://blog.naver.com/0677haha?Redirect=Log&logNo=60127859220
'★─Programing > ☆─Android' 카테고리의 다른 글
[안드로이드] LayoutInflater 에 대하여 (0) | 2012.03.19 |
---|---|
[안드로이드] 인트로 나오고 자동으로 화면 전환 하는게 가능한가요? (0) | 2012.03.16 |
[안드로이드] 안드로이드에서 타이머 구현 하기 (0) | 2012.03.16 |
[안드로이드] 스레드와 핸들러 (0) | 2012.03.15 |
[안드로이드] Align & Layout & Scroll View / 정렬 & 레이아웃 & 스크롤 뷰 (0) | 2012.03.02 |
Comments