Fix compose body alignment.

Bug: 5012017
Change-Id: If54cb3dc0c7888437a344b41fdaa4199653426a1
This commit is contained in:
Ben Komalo 2011-07-10 18:07:56 -07:00
parent cac58e590c
commit adbe08fb6a
2 changed files with 1 additions and 6 deletions

View File

@ -207,11 +207,7 @@
android:id="@+id/message_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="0dip"
android:layout_marginBottom="0dip"
android:layout_marginLeft="0dip"
android:layout_marginRight="0dip"
android:gravity="left|top"
android:layout_margin="0dip"
android:minLines="3"
android:hint="@string/message_compose_body_hint"
android:inputType="textLongMessage|textMultiLine|textAutoCorrect|textCapSentences"

View File

@ -122,7 +122,6 @@
android:layout_height="wrap_content"
android:layout_weight="1.0"
android:textAppearance="?android:attr/textAppearanceMedium"
android:gravity="left|top"
android:minLines="3"
android:hint="@string/message_compose_body_hint"
android:inputType="textMultiLine|textAutoCorrect|textCapSentences"