Skip to content

Commit

Permalink
fixed date floating in funky location
Browse files Browse the repository at this point in the history
  • Loading branch information
mcginty committed Feb 17, 2014
1 parent 9bb327d commit 725e943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/layout/conversation_list_item_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
android:layout_marginBottom="10dip"
android:layout_alignTop="@id/contact_photo_frame"
android:layout_toRightOf="@id/contact_photo_frame"
android:layout_alignParentRight="true"
android:layout_alignWithParentIfMissing="true"
android:ellipsize="marquee" />
<!--android:layout_toLeftOf="@id/checkbox"-->
Expand All @@ -53,7 +54,6 @@
android:fontFamily="sans-serif-light"
android:singleLine="true"
android:layout_alignTop="@id/contact_photo_frame"
android:layout_toRightOf="@id/from"
android:layout_alignParentRight="true" />

<ImageView android:id="@+id/error"
Expand Down

0 comments on commit 725e943

Please sign in to comment.