From fb06783aa68b4f6af367040e2537f32359f7459f Mon Sep 17 00:00:00 2001 From: steckbrief Date: Fri, 12 Feb 2016 19:29:04 +0100 Subject: Fixed layout issue with emojicon tastatur button --- src/main/res/layout/fragment_conversation.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/res/layout/fragment_conversation.xml b/src/main/res/layout/fragment_conversation.xml index d4c380d3..d14091fd 100644 --- a/src/main/res/layout/fragment_conversation.xml +++ b/src/main/res/layout/fragment_conversation.xml @@ -43,7 +43,6 @@ android:id="@+id/textinput" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_alignParentLeft="true" android:layout_toLeftOf="@+id/textSendButton" android:layout_toRightOf="@+id/emoji_btn" android:background="@color/grey50" -- cgit v1.2.3