Skip to content

Commit

Permalink
Add overscrollmode option on rcv of tip at RealTalk
Browse files Browse the repository at this point in the history
  • Loading branch information
yjooooo committed Jun 17, 2021
1 parent a52531d commit e193e98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/res/layout/activity_parent_real_talk.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@

<de.hdodenhof.circleimageview.CircleImageView
android:id="@+id/accept_talk_img_profile"
setSrcFromUrl="@{childProfileUri}"
android:layout_width="80dp"
android:layout_height="80dp"
android:layout_marginTop="10dp"
setSrcFromUrl="@{childProfileUri}"
android:src="@drawable/img_profile_default_real_talk"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
Expand Down Expand Up @@ -167,6 +167,7 @@
android:layout_height="0dp"
android:layout_marginHorizontal="8dp"
android:orientation="horizontal"
android:overScrollMode="never"
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toStartOf="@id/accept_talk_btn_next"
Expand Down

0 comments on commit e193e98

Please sign in to comment.