Bläddra i källkod

[마이][Common] 버킷리스트 화면 전체스크롤 요청사항 반영

Hasemi 7 år sedan
förälder
incheckning
28e5ba91da
1 ändrade filer med 7 tillägg och 3 borttagningar
  1. 7 3
      app/src/main/res/layout/fragment_my_bucket_list.xml

+ 7 - 3
app/src/main/res/layout/fragment_my_bucket_list.xml

@@ -1,11 +1,15 @@
 <?xml version="1.0" encoding="utf-8"?>
-<LinearLayout
+<android.support.v4.widget.NestedScrollView
   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:orientation="vertical">
 
+  <LinearLayout
+    android:orientation="vertical"
+    android:layout_width="match_parent"
+    android:layout_height="wrap_content">
   <RelativeLayout
     android:layout_width="match_parent"
     android:layout_height="wrap_content">
@@ -102,5 +106,5 @@
     </android.support.v7.widget.RecyclerView>
 
   </LinearLayout>
-
-</LinearLayout>
+  </LinearLayout>
+</android.support.v4.widget.NestedScrollView>