blob: 4d8cef0ae80087248ffc7195cc0659619a859da6 [file] [log] [blame]
Mindy Pereira5eaa2b92011-12-13 11:37:05 -08001<?xml version="1.0" encoding="utf-8"?>
Vikram Aggarwal5e5ac742011-12-19 08:14:16 -08002<!--
Mindy Pereira9b6e4a02012-05-15 13:07:00 -07003 Copyright (C) 2012 Google Inc.
Vikram Aggarwal5e5ac742011-12-19 08:14:16 -08004 Licensed to The Android Open Source Project.
Mindy Pereira5eaa2b92011-12-13 11:37:05 -08005
6 Licensed under the Apache License, Version 2.0 (the "License");
7 you may not use this file except in compliance with the License.
8 You may obtain a copy of the License at
9
10 http://www.apache.org/licenses/LICENSE-2.0
11
12 Unless required by applicable law or agreed to in writing, software
13 distributed under the License is distributed on an "AS IS" BASIS,
14 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 See the License for the specific language governing permissions and
16 limitations under the License.
17-->
18<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
mindyp72497b02012-08-31 11:08:53 -070019 android:id="@+id/body_wrapper"
20 style="@style/ComposeFieldLayout">
Mindy Pereira5eaa2b92011-12-13 11:37:05 -080021
Jin Cao9d358a12014-07-24 12:15:38 -070022 <LinearLayout
23 android:layout_width="match_parent"
Jin Caoee2ea6a2014-07-28 11:56:51 -070024 android:layout_height="wrap_content"
Jin Cao9d358a12014-07-24 12:15:38 -070025 style="@style/ComposeFieldContent">
26
27 <com.android.mail.compose.BodyView
28 android:id="@+id/body"
29 android:background="@null"
30 android:hint="@string/body_hint"
31 style="@style/ComposeBodyView" />
32
33 </LinearLayout>
Mindy Pereira5eaa2b92011-12-13 11:37:05 -080034
Mindy Pereira9b6e4a02012-05-15 13:07:00 -070035</RelativeLayout>