You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
2.2 KiB
39 lines
2.2 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright (C) 2011 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
|
|
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
|
<!-- size of event title font in month view -->
|
|
<integer name="text_size_event_title">14</integer>
|
|
<!-- size of day date font in month view -->
|
|
<integer name="text_size_month_number">14</integer>
|
|
<!-- max number of lines in the description without showing More/Less button -->
|
|
<integer name="event_info_desc_line_num">8</integer>
|
|
<!-- The alpha level of photos of attendees that didn't respond -->
|
|
<integer name="noresponse_attendee_photo_alpha_level">64</integer>
|
|
<!-- The default alpha level of photos of attendees -->
|
|
<integer name="default_attendee_photo_alpha_level">255</integer>
|
|
<!-- margin between the day number and the edge of the day in month view -->
|
|
<integer name="month_day_number_margin">6</integer>
|
|
<!-- The size of the color chip in the agenda view for all day events -->
|
|
<integer name="color_chip_all_day_height">48</integer>
|
|
<!-- The size of the color chip in the agenda view -->
|
|
<integer name="color_chip_height">24</integer>
|
|
<!-- The time of day in minutes usually considered the start of the work day, eg. 6am in the US -->
|
|
<integer name="work_start_minutes">360</integer>
|
|
<!-- The time of day in minutes usually considered the end of the work day, eg. 8pm in the US -->
|
|
<integer name="work_end_minutes">1200</integer>
|
|
<!-- The time (in milliseconds) to scroll in or out the mini month and calendar controls -->
|
|
<integer name="calendar_controls_animation_time">400</integer>
|
|
|
|
</resources>
|