diff options
author | steckbrief <steckbrief@chefmail.de> | 2016-02-12 19:29:04 +0100 |
---|---|---|
committer | steckbrief <steckbrief@chefmail.de> | 2016-02-12 19:29:04 +0100 |
commit | fb06783aa68b4f6af367040e2537f32359f7459f (patch) | |
tree | 58094e376371d1ea6c131b9ba068be89a1d1ed78 | |
parent | 2168c737860757051e4482dc7e874e10b840da6b (diff) |
Fixed layout issue with emojicon tastatur button
Diffstat (limited to '')
-rw-r--r-- | src/main/res/layout/fragment_conversation.xml | 1 |
1 files changed, 0 insertions, 1 deletions
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" |