소스 검색

[공통][Bug] RecyclerView 가 포커싱 되어 화면이 스크롤되던 현상 수정
- 부모 레이아웃에 android:descendantFocusability="blocksDescendants" 추가

hyodong.min 7 년 전
부모
커밋
d1f0eedb89
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      app/src/main/res/layout/main_contents_category.xml

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

@@ -6,6 +6,7 @@
   android:layout_width="match_parent"
   android:layout_height="wrap_content"
   android:background="@color/CFFFFFF"
+  android:descendantFocusability="blocksDescendants"
   android:orientation="vertical"
   android:paddingTop="87dp"
   android:paddingBottom="20dp">