Skip to content

Commit

Permalink
Fix or invisible delivery status regression with MMS.
Browse files Browse the repository at this point in the history
  • Loading branch information
moxie0 committed Jun 26, 2013
1 parent 4d723a2 commit 408672b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion res/layout/conversation_item_received.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/mms_view"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_height="wrap_content"
android:visibility="gone"
android:paddingTop="7dip"
android:paddingBottom="7dip">
Expand Down
3 changes: 2 additions & 1 deletion res/layout/conversation_item_sent.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:linksClickable="true"
android:paddingTop="5dip"
android:textAppearance="?android:attr/textAppearanceSmall"
android:gravity="right"
android:textColor="?conversation_text_primary_color"
Expand All @@ -67,7 +68,7 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/mms_view"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_height="wrap_content"
android:visibility="gone"
android:paddingTop="7dip"
android:paddingBottom="7dip">
Expand Down

0 comments on commit 408672b

Please sign in to comment.