mirror of
https://github.com/oxen-io/session-android.git
synced 2025-10-17 09:43:19 +00:00
Add scroll to bottom button in conversation view
Added a FloatingActionButton to the conversation_fragment that appears and disappears using the same logic as the existing compose divider: appear when the conversation list is scrolled away from the bottom, disappear when the list is scrolled to the bottom. Fixes #5651
This commit is contained in:

committed by
Moxie Marlinspike

parent
4c815db076
commit
aa9d8e4d14
@@ -66,4 +66,7 @@
|
||||
<dimen name="onboarding_subtitle_size">20sp</dimen>
|
||||
|
||||
<dimen name="scribble_stroke_size">3dp</dimen>
|
||||
|
||||
<dimen name="scroll_to_bottom_button_margin_end">10dp</dimen>
|
||||
<dimen name="scroll_to_bottom_button_margin_bottom">10dp</dimen>
|
||||
</resources>
|
||||
|
@@ -729,6 +729,9 @@
|
||||
<string name="conversation_fragment_cab__batch_selection_mode">Batch selection mode</string>
|
||||
<string name="conversation_fragment_cab__batch_selection_amount">%s selected</string>
|
||||
|
||||
<!-- conversation_fragment -->
|
||||
<string name="conversation_fragment__scroll_to_the_bottom_content_description">Scroll to the bottom</string>
|
||||
|
||||
<!-- country_selection_fragment -->
|
||||
<string name="country_selection_fragment__loading_countries">Loading countries...</string>
|
||||
<string name="country_selection_fragment__search">Search</string>
|
||||
|
Reference in New Issue
Block a user