Notice
Recent Posts
Recent Comments
반응형
목록2011/12/21 (1)
오늘도 공부
Fragment animation 정의하기 팁#1
You need to use the new android.animation framework (object animators) withFragmentTransaction.setCustomAnimations as well as withFragmentTransaction.setTransition.Here's an example on using setCustomAnimations from ApiDemos' FragmentHideShow.java:ft.setCustomAnimations(android.R.animator.fade_in, android.R.animator.fade_out);and here's the relevant animator XML from res/animator/fade_in.xml: xm..
Android/Tip&Tech
2011. 12. 21. 14:10
