Skip to content

Commit

Permalink
Cleaner layout parameters
Browse files Browse the repository at this point in the history
Signed-off-by: Daniele Ricci <[email protected]>
  • Loading branch information
daniele-athome committed Apr 14, 2016
1 parent d4332af commit 9442f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/message_content_text.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
app:emojiconSize="@dimen/emoji_textview_size"
app:emojiconTextLength="@integer/emoji_overflow_length"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_height="wrap_content"
android:linksClickable="false"/>

0 comments on commit 9442f72

Please sign in to comment.