blob: 0f9dce2d79f6ba7f99b5dd1c69548b4beaebfb52 [file] [log] [blame]
Mindy Pereira326c6602012-01-04 15:32:42 -08001<?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-->
Andy Huang30e2c242012-01-06 18:14:30 -080018<com.android.mail.browse.MessageHeaderView
Mindy Pereira326c6602012-01-04 15:32:42 -080019 xmlns:android="http://schemas.android.com/apk/res/android"
20 android:layout_width="match_parent"
21 android:layout_height="wrap_content"
Jin Caoa7404582014-08-05 14:03:59 -070022 android:orientation="vertical"
23 android:visibility="visible">
Andrew Sapperstein59ccec32014-06-18 17:22:49 -070024
Jin Caoa7404582014-08-05 14:03:59 -070025 <include layout="@layout/conversation_view_border"
26 android:id="@+id/message_header_border" />
Andrew Sapperstein6a187d52013-07-12 17:10:46 -070027
Mindy Pereira326c6602012-01-04 15:32:42 -080028 <include layout="@layout/conversation_message_upper_header"
Jin Caoa7404582014-08-05 14:03:59 -070029 android:id="@+id/upper_header" />
Mindy Pereira326c6602012-01-04 15:32:42 -080030
Jin Caoa7404582014-08-05 14:03:59 -070031 <LinearLayout
32 android:id="@+id/header_extra_content"
33 android:layout_width="match_parent"
34 android:layout_height="wrap_content"
35 android:background="@color/message_header_background_color"
36 android:orientation="vertical" />
Andrew Sapperstein59ccec32014-06-18 17:22:49 -070037
Jin Caoa7404582014-08-05 14:03:59 -070038 <View
39 android:id="@+id/snap_header_bottom_border"
40 android:layout_width="match_parent"
41 android:layout_height="12dp"
42 android:background="@drawable/snap_header_gradient"
43 android:visibility="gone" />
Andrew Sapperstein59ccec32014-06-18 17:22:49 -070044
Andy Huang30e2c242012-01-06 18:14:30 -080045</com.android.mail.browse.MessageHeaderView>