Browse Source

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

Hasemi 7 years ago
parent
commit
d2ac0417e6
1 changed files with 7 additions and 6 deletions
  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>