반응형
[android] click 위치로부터 화면(Activity) 전개하는 animation 넣기
http://frogermcs.github.io/Instagram-with-Material-Design-concept-part-2-Comments-transition/
-
y 값을 새로 open 되는 Activity 에 전달한다.
-
Activity 의 theme 에 background transparent 를 넣고, root view 를 scaleY 로 0.1f 정도 놓는다.
-
onCreate() 단계에서 scaleY 를 1.f, pivotY 를 전달받은 값, duration 을 200 정도로 설정한 animation 을 root view 에 주면 된다.
반응형
'프로그래밍 놀이터 > 안드로이드, Java' 카테고리의 다른 글
[android] 특정 위치에 popup window 띄우기 (2) | 2017.07.12 |
---|---|
[android] list view 의 아이템 하나씩 나타나는 animation 효과 주기 (0) | 2017.07.11 |
[android] TextSwitcher ( from API level 1 ) (0) | 2017.07.09 |
[android] Material Support Library (0) | 2017.07.08 |
[android] AbstractAccountAuthenticator 에 대해 알아보자. (0) | 2017.07.06 |
댓글