mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-02 19:11:58 +00:00
only load partial conversation by default
Closes #4252 Fixes #3911 // FREEBIE
This commit is contained in:
committed by
Moxie Marlinspike
parent
4a3faf9086
commit
ae97495c47
9
res/layout/load_more_header.xml
Normal file
9
res/layout/load_more_header.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Button xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center"
|
||||
android:background="?conversation_item_bubble_background"
|
||||
android:textColor="?conversation_item_sent_text_primary_color"
|
||||
android:text="@string/load_more_header__load_full_conversation" />
|
||||
|
||||
Reference in New Issue
Block a user