replicant-packages_apps_Email/res/values/dimensions.xml
Marc Blank 06a2f4a3b1 New message list formatting per pixel perfects
* Need icon assets (attachment, meeting, star on/off, and
  checkbox on/off)

Change-Id: I6780fb354584ce5ea398b555a8485cf600617586
2010-12-13 15:32:05 -08:00

41 lines
2.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2008 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<dimen name="button_minWidth">100sp</dimen>
<dimen name="message_list_item_text_size">16dip</dimen>
<dimen name="message_list_item_checkbox_hit_width">64dip</dimen>
<dimen name="message_list_item_favorite_hit_width">64dip</dimen>
<dimen name="message_list_item_favorite_padding_right">16dip</dimen>
<dimen name="message_list_item_date_icon_width_wide">144dip</dimen>
<dimen name="message_list_item_date_icon_width_narrow">112dip</dimen>
<dimen name="message_list_item_sender_padding_top_narrow">10dip</dimen>
<dimen name="message_list_item_sender_width">200dip</dimen>
<dimen name="message_list_item_padding_large">32dip</dimen>
<dimen name="message_list_item_padding_medium">6dip</dimen>
<dimen name="message_list_item_padding_small">4dip</dimen>
<dimen name="message_list_item_padding_very_small">2dip</dimen>
<dimen name="message_list_item_height_wide">64dip</dimen>
<dimen name="message_list_item_height_narrow">80dip</dimen>
<dimen name="message_list_item_minimum_width_wide_mode">720dip</dimen>
<dimen name="message_list_item_color_tip_width">35dip</dimen>
<dimen name="message_list_item_color_tip_height">8dip</dimen>
<dimen name="message_list_item_color_tip_right_margin_on_narrow">32dip</dimen>
<dimen name="message_list_item_color_tip_right_margin_on_wide">65dip</dimen>
<dimen name="error_message_height">48dip</dimen>
</resources>