Fix layout issue introduced with I5b680418

I shouldn't have changed the layout_height.
I changed it as a trial, and the final version of the fix didn't require this.

Bug 2581421

Change-Id: Ie06f813ed6d65a128381a99b9efeaa8d9275b5bf
This commit is contained in:
Makoto Onuki 2010-04-08 14:38:19 -07:00
parent 3839dc981f
commit 75e31dc17b

View File

@ -32,7 +32,7 @@
<TextView
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_height="wrap_content"
android:singleLine="true"
android:ellipsize="end"
android:text="@string/message_view_invite_title"