Add helper fab for quick scroll to bottom
This commit is contained in:
parent
2d6ff0bc30
commit
37944e8b40
2 changed files with 36 additions and 0 deletions
|
|
@ -121,6 +121,17 @@
|
|||
|
||||
</com.qtalk.recyclerviewfastscroller.RecyclerViewFastScroller>
|
||||
|
||||
<com.simplemobiletools.commons.views.MyFloatingActionButton
|
||||
android:id="@+id/scroll_to_bottom_fab"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_margin="@dimen/activity_margin"
|
||||
android:src="@drawable/ic_arrow_down_vector"
|
||||
app:fabSize="mini"
|
||||
app:layout_constraintBottom_toBottomOf="@id/thread_messages_fastscroller"
|
||||
app:layout_constraintEnd_toEndOf="@id/thread_messages_fastscroller"
|
||||
tools:ignore="ContentDescription" />
|
||||
|
||||
<include
|
||||
layout="@layout/layout_invalid_short_code_info"
|
||||
android:layout_width="match_parent"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue