Call immediately after one of the flavors of startActivity(Intent)
or finish()
to specify an explicit transition animation to perform next.
enterAnim | A resource ID of the animation resource to use for the incoming activity. Use 0 for no animation. |
---|---|
exitAnim | A resource ID of the animation resource to use for the outgoing activity. Use 0 for no animation. |
<?xml version="1.0" encoding="utf-8"?>
<alpha xmlns:android="http://schemas.android.com/apk/res/android"
android:interpolator="@android:anim/accelerate_interpolator"
android:fromAlpha="0.0" android:toAlpha="1.0"
android:duration="@android:integer/config_longAnimTime" />
<?xml version="1.0" encoding="utf-8"?>
<translate xmlns:android="http://schemas.android.com/apk/res/android"
android:interpolator="@android:anim/accelerate_interpolator"
android:fromXDelta="0" android:toXDelta="0"
android:duration="@android:integer/config_longAnimTime" />
[안드로이드]gps 사용 및 지오코더 사용 (에러 잡기 포함) (1) (2) | 2011.04.09 |
---|---|
@Override 에러에 관한 이야기..=_ =; (0) | 2011.04.05 |
[안드로이드] 윈도우 이클립스(갈릴레오) 안드로이드 툴 업데이트... (0) | 2011.04.03 |
[안드로이드] 바코드 오픈 소스 ZXing-1.6 (1) | 2011.03.29 |
[안드로이드] res상 파일의 id값을 알고 싶을때 (0) | 2011.03.24 |
댓글 영역