blob: 90e4d18dcf5faea594e151740181e458dbf78137 [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-->
18<merge xmlns:android="http://schemas.android.com/apk/res/android">
Jin Caoa7404582014-08-05 14:03:59 -070019
Mindy Pereira326c6602012-01-04 15:32:42 -080020 <ImageView
Andrew Sappersteinc5499cd2013-07-03 18:11:55 -070021 android:id="@+id/edit_draft"
Jin Caoa7404582014-08-05 14:03:59 -070022 android:contentDescription="@string/resume_draft"
Andrew Sapperstein735a22a2014-07-11 03:57:42 -070023 android:src="@drawable/ic_edit_24dp"
Jin Caoa7404582014-08-05 14:03:59 -070024 android:visibility="gone"
25 style="@style/MessageHeaderActionButtonStyle" />
26
Andrew Sappersteinc5499cd2013-07-03 18:11:55 -070027 <ImageView
Mindy Pereira326c6602012-01-04 15:32:42 -080028 android:id="@+id/reply"
Jin Caoa7404582014-08-05 14:03:59 -070029 android:contentDescription="@string/reply"
Andrew Sapperstein69a94ae2014-07-03 19:01:21 -070030 android:src="@drawable/ic_reply_24dp"
Jin Caoa7404582014-08-05 14:03:59 -070031 style="@style/MessageHeaderActionButtonStyle" />
32
Mindy Pereira326c6602012-01-04 15:32:42 -080033 <ImageView
34 android:id="@+id/reply_all"
Jin Caoa7404582014-08-05 14:03:59 -070035 android:contentDescription="@string/reply_all"
Andrew Sapperstein69a94ae2014-07-03 19:01:21 -070036 android:src="@drawable/ic_reply_all_24dp"
Jin Caoa7404582014-08-05 14:03:59 -070037 style="@style/MessageHeaderActionButtonStyle" />
38
Mindy Pereira326c6602012-01-04 15:32:42 -080039 <ImageView
Mindy Pereira326c6602012-01-04 15:32:42 -080040 android:id="@+id/overflow"
Andrew Sappersteinc7dbcb62014-08-20 16:14:01 -070041 android:contentDescription="@string/overflow_description"
42 android:src="@drawable/ic_overflow_24dp"
Andrew Sapperstein57f82d22014-09-08 18:49:33 -070043 style="@style/MessageHeaderOverflowButtonStyle" />
Jin Caoa7404582014-08-05 14:03:59 -070044
Mindy Pereira326c6602012-01-04 15:32:42 -080045</merge>