blob: 0f423b8a1f9e89ced42259558401cf12cd0af13f [file] [log] [blame]
Makoto Onuki9d6d5b32010-11-24 13:35:56 -08001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2010 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
16
Makoto Onuki80a98fd2011-01-05 15:31:52 -080017<!-- non-xlarge, landscape -->
Makoto Onuki9d6d5b32010-11-24 13:35:56 -080018<resources>
Makoto Onukib32704d2011-04-11 16:10:55 -070019 <dimen name="mailbox_list_width">160dip</dimen>
20 <dimen name="message_list_width">160dip</dimen>
21 <dimen name="action_bar_account_name_max_width">100dip</dimen>
22 <dimen name="action_bar_mailbox_name_max_width">100dip</dimen>
23 <dimen name="action_bar_mailbox_name_left_margin">8dip</dimen>
Ben Komalo11161942011-06-21 20:39:24 -070024
25 <style name="SearchBar">
26 <item name="android:layout_width">360dip</item>
27 <item name="android:layout_height">match_parent</item>
28 </style>
Mindy Pereiraaa90b4f2011-11-03 11:20:47 -070029
30 <dimen name="compose_scrollview_width">800dip</dimen>
Makoto Onuki9d6d5b32010-11-24 13:35:56 -080031</resources>