2014-12-31 2 views
0

나는 안드로이드 머티리얼 디자인으로 시작하려고합니다. 그리고 어쩌면 힘든 부분 "탭"으로 시작하려합니다. 내 질문은 내가 내 탭이 나는 또한 실행이 샘플 SlidingtTabs sample을 시도 Tab touch target animationAndroid Lollipop 머티리얼 디자인 탭 애니메이션

아래의 예에서 애니메이션을 할 수있는 방법이지만, 예제 탭은 터치에 애니메이션을 가지고 있겠지.

전 롤리팝 :

내가이 animaton을 acheive하는 rippleeffect 라이브러리를 사용하기위한 있도록

답변

1

롤리팝애니메이션는 지원되지 않습니다.

Lolipop : 코드에서 XML

<ripple android:color="#ff00ff00"> 
    <item android:drawable="@color/blue"/> 
</ripple> 

에서

RippleDrawable ripple = new RippleDrawable(
new ColorDrawable(Color.WHITE), null); 
ripple.setColor(myList); 

또는

,
android:foreground="?android:attr/selectableItemBackground" 
+0

그건 고마워요. – user1851366

+0

당신은 환영합니다. – Abdellah

관련 문제