1f4a85f779291c300d9ae4e50fb96f96b5e4db8b7Mindy Pereira<?xml version="1.0" encoding="utf-8"?>
2f4a85f779291c300d9ae4e50fb96f96b5e4db8b7Mindy Pereira<!-- Copyright (C) 2011 The Android Open Source Project
3f4a85f779291c300d9ae4e50fb96f96b5e4db8b7Mindy Pereira
4f4a85f779291c300d9ae4e50fb96f96b5e4db8b7Mindy Pereira     Licensed under the Apache License, Version 2.0 (the "License");
5f4a85f779291c300d9ae4e50fb96f96b5e4db8b7Mindy Pereira     you may not use this file except in compliance with the License.
6f4a85f779291c300d9ae4e50fb96f96b5e4db8b7Mindy Pereira     You may obtain a copy of the License at
7f4a85f779291c300d9ae4e50fb96f96b5e4db8b7Mindy Pereira
8f4a85f779291c300d9ae4e50fb96f96b5e4db8b7Mindy Pereira          http://www.apache.org/licenses/LICENSE-2.0
9f4a85f779291c300d9ae4e50fb96f96b5e4db8b7Mindy Pereira
10f4a85f779291c300d9ae4e50fb96f96b5e4db8b7Mindy Pereira     Unless required by applicable law or agreed to in writing, software
11f4a85f779291c300d9ae4e50fb96f96b5e4db8b7Mindy Pereira     distributed under the License is distributed on an "AS IS" BASIS,
12f4a85f779291c300d9ae4e50fb96f96b5e4db8b7Mindy Pereira     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13f4a85f779291c300d9ae4e50fb96f96b5e4db8b7Mindy Pereira     See the License for the specific language governing permissions and
14f4a85f779291c300d9ae4e50fb96f96b5e4db8b7Mindy Pereira     limitations under the License.
15f4a85f779291c300d9ae4e50fb96f96b5e4db8b7Mindy Pereira-->
16f4a85f779291c300d9ae4e50fb96f96b5e4db8b7Mindy Pereira
17f4a85f779291c300d9ae4e50fb96f96b5e4db8b7Mindy Pereira<resources>
18f4a85f779291c300d9ae4e50fb96f96b5e4db8b7Mindy Pereira    <add-resource type="style" name="RecipientEditTextViewStyle" />
19f4a85f779291c300d9ae4e50fb96f96b5e4db8b7Mindy Pereira    <add-resource type="style" name="ComposeEditTextView" />
20f4a85f779291c300d9ae4e50fb96f96b5e4db8b7Mindy Pereira    <add-resource type="style" name="LargeComposeAreaBody" />
21f4a85f779291c300d9ae4e50fb96f96b5e4db8b7Mindy Pereira    <add-resource type="style" name="RecipientComposeFieldSpacer" />
22f4a85f779291c300d9ae4e50fb96f96b5e4db8b7Mindy Pereira    <add-resource type="style" name="ComposeHeading" />
23f4a85f779291c300d9ae4e50fb96f96b5e4db8b7Mindy Pereira    <add-resource type="style" name="RecipientComposeHeading" />
24f4a85f779291c300d9ae4e50fb96f96b5e4db8b7Mindy Pereira    <add-resource type="style" name="ComposeFieldLayout" />
25f4a85f779291c300d9ae4e50fb96f96b5e4db8b7Mindy Pereira    <add-resource type="style" name="RecipientComposeFieldLayout" />
26f4a85f779291c300d9ae4e50fb96f96b5e4db8b7Mindy Pereira    <add-resource type="style" name="ComposeBodyStyle" />
27f4a85f779291c300d9ae4e50fb96f96b5e4db8b7Mindy Pereira    <add-resource type="style" name="ComposeSubjectStyle" />
28f4a85f779291c300d9ae4e50fb96f96b5e4db8b7Mindy Pereira</resources>
29