Bladeren bron

[공통][Common] 시스템 팝업 스크롤뷰 변경

Hasemi 6 jaren geleden
bovenliggende
commit
6aefe50791
1 gewijzigde bestanden met toevoegingen van 3 en 3 verwijderingen
  1. 3 3
      app/src/main/res/layout/fragment_service_check.xml

+ 3 - 3
app/src/main/res/layout/fragment_service_check.xml

@@ -6,7 +6,7 @@
   android:layout_width="match_parent"
   android:layout_height="match_parent">
 
-  <ScrollView
+  <android.support.v4.widget.NestedScrollView
     android:layout_width="match_parent"
     android:layout_height="0dp"
     android:layout_marginBottom="42dp"
@@ -97,9 +97,9 @@
           android:layout_marginTop="3dp"
           android:layout_marginBottom="14dp"
           android:lineSpacingExtra="6sp"
+          android:textAlignment="center"
           android:textColor="@color/C666666"
           android:textSize="14sp"
-          android:textAlignment="center"
           tools:text="- 일시 : 2018년 5월 27일(일) 04:00~07:00 점검 시간동안 해당 메뉴를\n 이용할 수 없는 점 양해부탁드립니다. 점검 시간동안 해당 메뉴를\n 이용할 수 없는 점 양해부탁드립니다."
           />
 
@@ -159,7 +159,7 @@
 
     </android.support.constraint.ConstraintLayout>
 
-  </ScrollView>
+  </android.support.v4.widget.NestedScrollView>
 
   <android.support.constraint.ConstraintLayout
     android:id="@+id/layout_two_button"