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:
parent
3839dc981f
commit
75e31dc17b
@ -32,7 +32,7 @@
|
|||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="wrap_content"
|
||||||
android:singleLine="true"
|
android:singleLine="true"
|
||||||
android:ellipsize="end"
|
android:ellipsize="end"
|
||||||
android:text="@string/message_view_invite_title"
|
android:text="@string/message_view_invite_title"
|
||||||
|
Loading…
Reference in New Issue
Block a user