소스 검색

[마이코인][Common] 스크롤 고정 해제

Hasemi 7 년 전
부모
커밋
d2ac0417e6
1개의 변경된 파일7개의 추가작업 그리고 6개의 파일을 삭제
  1. 7 6
      app/src/main/res/layout/main_banner_view.xml

+ 7 - 6
app/src/main/res/layout/main_banner_view.xml

@@ -3,10 +3,11 @@
   xmlns:android="http://schemas.android.com/apk/res/android"
   xmlns:app="http://schemas.android.com/apk/res-auto"
   android:layout_width="match_parent"
-  android:layout_height="match_parent">
-    <android.support.v7.widget.RecyclerView
-      android:descendantFocusability="blocksDescendants"
-      android:id="@+id/recycler_view_main_banner_view"
-      android:layout_width="match_parent"
-      android:layout_height="match_parent"/>
+  android:layout_height="match_parent"
+  android:descendantFocusability="blocksDescendants">
+
+  <android.support.v7.widget.RecyclerView
+    android:id="@+id/recycler_view_main_banner_view"
+    android:layout_width="match_parent"
+    android:layout_height="match_parent"/>
 </android.support.constraint.ConstraintLayout>