conversations: fix scrolling

When you click in the text message bar, the conversation bubbles are
shifted upwards. This commit fixes this behaviour.

Change-Id: Id2e1d778a37ad27492f097ade016ea13a3e44c15
Tuleap: #1458
diff --git a/ring-android/app/src/main/res/layout/frag_conversation.xml b/ring-android/app/src/main/res/layout/frag_conversation.xml
index 90e2b22..a036b07 100644
--- a/ring-android/app/src/main/res/layout/frag_conversation.xml
+++ b/ring-android/app/src/main/res/layout/frag_conversation.xml
@@ -7,7 +7,7 @@
     <android.support.v7.widget.RecyclerView
         android:id="@+id/hist_list"
         android:layout_width="match_parent"
-        android:layout_height="wrap_content"
+        android:layout_height="match_parent"
         android:layout_alignParentBottom="true"
         android:layout_alignParentEnd="true"
         android:layout_alignParentLeft="true"