Fix compose body alignment.
Bug: 5012017 Change-Id: If54cb3dc0c7888437a344b41fdaa4199653426a1
This commit is contained in:
parent
cac58e590c
commit
adbe08fb6a
@ -207,11 +207,7 @@
|
|||||||
android:id="@+id/message_content"
|
android:id="@+id/message_content"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginTop="0dip"
|
android:layout_margin="0dip"
|
||||||
android:layout_marginBottom="0dip"
|
|
||||||
android:layout_marginLeft="0dip"
|
|
||||||
android:layout_marginRight="0dip"
|
|
||||||
android:gravity="left|top"
|
|
||||||
android:minLines="3"
|
android:minLines="3"
|
||||||
android:hint="@string/message_compose_body_hint"
|
android:hint="@string/message_compose_body_hint"
|
||||||
android:inputType="textLongMessage|textMultiLine|textAutoCorrect|textCapSentences"
|
android:inputType="textLongMessage|textMultiLine|textAutoCorrect|textCapSentences"
|
||||||
|
@ -122,7 +122,6 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_weight="1.0"
|
android:layout_weight="1.0"
|
||||||
android:textAppearance="?android:attr/textAppearanceMedium"
|
android:textAppearance="?android:attr/textAppearanceMedium"
|
||||||
android:gravity="left|top"
|
|
||||||
android:minLines="3"
|
android:minLines="3"
|
||||||
android:hint="@string/message_compose_body_hint"
|
android:hint="@string/message_compose_body_hint"
|
||||||
android:inputType="textMultiLine|textAutoCorrect|textCapSentences"
|
android:inputType="textMultiLine|textAutoCorrect|textCapSentences"
|
||||||
|
Loading…
Reference in New Issue
Block a user