Bladeren bron

[튜토리얼][Common] 튜토리얼 리스티클 진입시 클릭 안되게 재 설정 및 카테고리 메인 오버스크롤 설정

Hasemi 7 jaren geleden
bovenliggende
commit
3446a509f8

+ 1 - 0
app/src/main/java/kr/co/zumo/app/lifeplus/view/custom/Tutorial.java

@@ -81,6 +81,7 @@ public class Tutorial {
   private void showTutorialListicleCover(IEventListener listener) {
     View view = inflater.inflate(R.layout.tutorial_listicle_cover, null);
     frameLayout.addView(view);
+    view.setClickable(true);
     ConstraintLayout bubble1 = view.findViewById(R.id.tutorial_listicle_cover1);
     ConstraintLayout bubble2 = view.findViewById(R.id.tutorial_listicle_cover2);
 

+ 0 - 1
app/src/main/res/layout/fragment_category_main.xml

@@ -98,7 +98,6 @@
       android:id="@+id/recycler_view_category_main"
       android:layout_width="match_parent"
       android:layout_height="wrap_content"
-      android:overScrollMode="never"
       android:layout_gravity="bottom"
       android:clipToPadding="false"
       />