Skip to content

Commit

Permalink
fix : 식단 화면 내 리사이클러뷰 오버 스크롤 이펙트 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
hoyahozz committed Apr 21, 2024
1 parent 597c856 commit 674c8b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/src/main/res/layout/fragment_cafeteria.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
android:id="@+id/nsv_cafeteria_content"
android:layout_width="0dp"
android:layout_height="0dp"
android:fillViewport="true"
android:layout_marginBottom="20dp"
android:fillViewport="true"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
Expand Down Expand Up @@ -147,6 +147,7 @@
android:layout_height="wrap_content"
android:layout_marginVertical="8dp"
android:layout_marginStart="8dp"
android:overScrollMode="never"
tools:listitem="@layout/item_cafeteria_menu" />
</LinearLayout>
</com.google.android.material.card.MaterialCardView>
Expand Down Expand Up @@ -187,6 +188,7 @@
android:layout_height="wrap_content"
android:layout_marginVertical="8dp"
android:layout_marginStart="8dp"
android:overScrollMode="never"
tools:listitem="@layout/item_cafeteria_menu" />

</LinearLayout>
Expand Down

0 comments on commit 674c8b4

Please sign in to comment.