Skip to content

Commit

Permalink
Made the press message layout free from overlap.
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Bruse committed Dec 26, 2016
1 parent 2122ef8 commit 7484a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/message_list_row.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

<TextView
android:id="@+id/at"
android:layout_below="@id/sender"
android:layout_below="@id/body"
android:layout_alignParentBottom="true"
android:layout_toEndOf="@id/avatar"
android:layout_toRightOf="@id/avatar"
Expand Down

0 comments on commit 7484a62

Please sign in to comment.