2015-08-04 12:29:26 -07:00
|
|
|
<?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"
|
2015-10-27 01:27:21 +09:00
|
|
|
android:text="@string/load_more_header__see_full_conversation" />
|
2015-08-04 12:29:26 -07:00
|
|
|
|