fix "verify" button spacing in details

Fixes #2566
// FREEBIE
This commit is contained in:
Jake McGinty
2015-03-04 16:40:31 -08:00
parent d6e0199e05
commit 2af5c7f02e
3 changed files with 11 additions and 8 deletions

View File

@@ -19,6 +19,6 @@
android:layout_height="wrap_content"
android:paddingLeft="10dp"
android:paddingRight="10dp"
tools:listitem="@layout/conversation_item_details_item" />
tools:listitem="@layout/message_recipient_list_item" />
</LinearLayout>