mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-24 02:25:19 +00:00
ae97495c47
Closes #4252 Fixes #3911 // FREEBIE
10 lines
448 B
XML
10 lines
448 B
XML
<?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" />
|
|
|