목록Circle (2)
woong's
Android Activity Transition Circle 사용하기 [3] 이번 포스트에서는 circle Transition을 추가해 보려 합니다.저번 포스트에서는 이미지 뷰를 Transition 하는것까지 해보았는데 circle 까지만 추가해도어느정도 구성을 갖추게 되는것 같습니다. 포스트는 [1] 번 샘플 코드를 전체로 진행 됩니다. 1. 사용준비 사용하기전에 circle Animation이 필요 합니다. 아래 두가지 파일이 필요 합니다. 1. WeapperAnimator2. RevealTransition 1. WeapperAnimator 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849..
Android Circle Indicator 동적으로 사용하기 제가 만든 동적 Circle Indicator 입니다. Colored By Color Scripter™ 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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 package com.handstudio.android.healthup.manager; import android.app.ActionBar.LayoutParams; import android.content.Context; import android.view.Gravity; ..