|
@@ -125,9 +125,11 @@ public class Tutorial {
|
|
|
ConstraintLayout bubble1 = view.findViewById(R.id.tutorial_listicle_cover1);
|
|
ConstraintLayout bubble1 = view.findViewById(R.id.tutorial_listicle_cover1);
|
|
|
ConstraintLayout bubble2 = view.findViewById(R.id.tutorial_listicle_cover2);
|
|
ConstraintLayout bubble2 = view.findViewById(R.id.tutorial_listicle_cover2);
|
|
|
|
|
|
|
|
- //내비게이션바 있을 경우 하단 말풍선에 내비게이션바 높이만큼 패딩추가
|
|
|
|
|
|
|
+ //내비게이션바 있을 경우 하단 말풍선에 내비게이션
|
|
|
|
|
+ // 바 높이만큼 패딩추가
|
|
|
ScreenUtil.setPaddingBottomNavigationBarHeight(bubble2);
|
|
ScreenUtil.setPaddingBottomNavigationBarHeight(bubble2);
|
|
|
|
|
|
|
|
|
|
+
|
|
|
bubble1.setLayerType(View.LAYER_TYPE_HARDWARE, null);
|
|
bubble1.setLayerType(View.LAYER_TYPE_HARDWARE, null);
|
|
|
|
|
|
|
|
ObjectAnimator firstTutorial = fadeOut(bubble1);
|
|
ObjectAnimator firstTutorial = fadeOut(bubble1);
|