only load partial conversation by default

Closes #4252
Fixes #3911
// FREEBIE
This commit is contained in:
Jake McGinty
2015-08-04 12:29:26 -07:00
committed by Moxie Marlinspike
parent 4a3faf9086
commit ae97495c47
10 changed files with 224 additions and 46 deletions

View 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" />