blob: ae464ad332b84ae218a90eac326ff32965ea849e [file] [log] [blame]
Mindy Pereira2db7d4a2012-08-15 11:00:02 -07001<?xml version="1.0" encoding="utf-8"?>
2<!--
3 Copyright (C) 2011 Google Inc.
4 Licensed to The Android Open Source Project.
5
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-->
Jin Cao9d358a12014-07-24 12:15:38 -070018<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
19 android:id="@+id/subject_content"
20 style="@style/RecipientComposeFieldLayout">
21
22 <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
Jin Caoe41bfda2014-07-29 16:38:39 -070027 <!-- Subject: localization cannot control what field pressing tab will bring the user to. This is controlled at runtime. -->
28 <com.android.mail.compose.EnterSubject
29 android:id="@+id/subject"
30 style="@style/ComposeSubjectView" />
Jin Cao9d358a12014-07-24 12:15:38 -070031
32 </LinearLayout>
33
34 <View style="@style/RecipientComposeFieldSpacer"/>
35
36</LinearLayout>