Browse Source

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

hyodong.min 7 years ago
parent
commit
d1f0eedb89
1 changed files with 1 additions and 0 deletions
  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">