937ea4fc87
* Drawing all done by MessageListItem, based on view width * Completely functional, layout tweaks required TODO: Consider caching drawing values for performance Bug: 3137994 Change-Id: Ie3de79357bfe976b2fcebdedb71dea011252b445
30 lines
1.4 KiB
XML
30 lines
1.4 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">60dip</dimen>
|
|
<dimen name="message_list_item_favorite_hit_width">50dip</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_minimum_date_width">64dip</dimen>
|
|
<dimen name="message_list_item_height_wide">64dip</dimen>
|
|
<dimen name="message_list_item_height_narrow">72dip</dimen>
|
|
<dimen name="message_list_item_minimum_width_wide_mode">720dip</dimen>
|
|
</resources>
|