summaryrefslogtreecommitdiffstats
path: root/res/layout/compose_body.xml
diff options
context:
space:
mode:
authormindyp <mindyp@google.com>2012-08-31 11:08:53 -0700
committermindyp <mindyp@google.com>2012-08-31 11:08:53 -0700
commit72497b0833d12c8f1d805b7715b37b4fcd71ef69 (patch)
tree895827eaef42ff47b1a21a1f2191aac941c85959 /res/layout/compose_body.xml
parente97935d051742dd3f84d864ce2fe7090a922a2c2 (diff)
downloadandroid_packages_apps_UnifiedEmail-72497b0833d12c8f1d805b7715b37b4fcd71ef69.tar.gz
android_packages_apps_UnifiedEmail-72497b0833d12c8f1d805b7715b37b4fcd71ef69.tar.bz2
android_packages_apps_UnifiedEmail-72497b0833d12c8f1d805b7715b37b4fcd71ef69.zip
Fix height of compose body/ subject for phone and tablet
fixes b/7087042 subject field in compose seems a little tall Change-Id: I82a8dee5067c9cfb4edcd20aa9041bcb0bdc093e
Diffstat (limited to 'res/layout/compose_body.xml')
-rw-r--r--res/layout/compose_body.xml19
1 files changed, 7 insertions, 12 deletions
diff --git a/res/layout/compose_body.xml b/res/layout/compose_body.xml
index 735961caa..f56e14ad9 100644
--- a/res/layout/compose_body.xml
+++ b/res/layout/compose_body.xml
@@ -16,18 +16,13 @@
limitations under the License.
-->
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_height="wrap_content"
- android:layout_width="match_parent"
- android:id="@+id/body_wrapper">
+ android:layout_height="wrap_content"
+ android:layout_width="match_parent"
+ android:id="@+id/body_wrapper"
+ style="@style/ComposeFieldLayout">
- <EditText android:id="@+id/body"
- android:layout_height="wrap_content"
- android:layout_width="match_parent"
- android:hint="@string/body_hint"
- android:minHeight="48dip"
- android:gravity="top"
- android:inputType="textLongMessage|textMultiLine|textAutoCorrect|textCapSentences"
- android:imeOptions="flagNoFullscreen|actionDone|flagNoEnterAction"
- android:textColorHint="@color/compose_label_text" />
+ <EditText android:id="@+id/body"
+ android:hint="@string/body_hint"
+ style="@style/ComposeBodyView" />
</RelativeLayout> \ No newline at end of file