Skip to content

Commit

Permalink
Merge pull request #225 from Hi-Knock-Knock/yjooooo
Browse files Browse the repository at this point in the history
Add overscrollmode option on rcv of tip at RealTalk
  • Loading branch information
yjooooo authored Jun 17, 2021
2 parents b8550f5 + e193e98 commit abe64db
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 abe64db

Please sign in to comment.