Skip to content

Commit

Permalink
#86 fix : 팔로우 프래그먼트 중첩 스크롤 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
BENDENG1 committed Dec 13, 2023
1 parent 70bf63b commit 7493fd5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Aos/app/src/main/res/layout/fragment_follow.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
<androidx.core.widget.NestedScrollView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:clipToPadding="false"
android:paddingBottom="200dp">
android:clipToPadding="false">

<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
Expand All @@ -34,7 +33,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="vertical"
app:layout_constraintGuide_end="20dp" />
app:layout_constraintGuide_percent="0.9537713" />

<androidx.constraintlayout.widget.Guideline
android:id="@+id/gl_top"
Expand Down Expand Up @@ -129,6 +128,7 @@
app:layout_constraintTop_toBottomOf="@id/tb_following_tabs"
app:list="@{vm.uiState.followList}"
app:spanCount="2"
tools:itemCount="4"
tools:listitem="@layout/item_follower" />

</androidx.constraintlayout.widget.ConstraintLayout>
Expand Down

0 comments on commit 7493fd5

Please sign in to comment.