73 lines
3.0 KiB
XML
73 lines
3.0 KiB
XML
<?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.
|
|
-->
|
|
|
|
<!-- These resources are around just to allow their values to be customized
|
|
for different hardware and product builds. -->
|
|
<resources>
|
|
<dimen name="label_text_size">18sp</dimen>
|
|
<dimen name="time_margin_top">48dip</dimen>
|
|
<dimen name="screensaver_margin">20dip</dimen>
|
|
<dimen name="alarm_label_padding">64dip</dimen>
|
|
<dimen name="bottom_text_size">18sp</dimen>
|
|
<dimen name="bottom_text_spacing_digital">-18dp</dimen>
|
|
<dimen name="bottom_text_spacing_analog">18dp</dimen>
|
|
<dimen name="bottom_text_spacing_analog_small">10dp</dimen>
|
|
|
|
<dimen name="main_clock_font_size">125sp</dimen>
|
|
<dimen name="big_font_size">115sp</dimen>
|
|
<dimen name="label_font_size">18sp</dimen>
|
|
<dimen name="alarm_label_size">18sp</dimen>
|
|
<dimen name="day_button_font_size">20sp</dimen>
|
|
<dimen name="alarm_info_font_size">48sp</dimen>
|
|
<dimen name="no_alarm_font_size">20sp</dimen>
|
|
|
|
<dimen name="backspace_icon_size">32dp</dimen>
|
|
<dimen name="no_alarms_size">180dp</dimen>
|
|
<dimen name="fab_alarm_size">80dp</dimen>
|
|
|
|
<dimen name="body_font_padding">8dp</dimen>
|
|
|
|
<dimen name="medium_space_top">46dp</dimen>
|
|
|
|
<dimen name="label_margin_big">8dp</dimen>
|
|
|
|
<!-- Specified in sp to match the top margin of the time on the adjacent world clock tab. -->
|
|
<dimen name="timer_setup_top_margin">24sp</dimen>
|
|
<dimen name="timer_setup_delete_margin">21sp</dimen>
|
|
<dimen name="timer_setup_digit_font_size">86sp</dimen>
|
|
|
|
<!-- Size of margin for circles. -->
|
|
<dimen name="circle_margin_top">48dp</dimen>
|
|
<dimen name="analog_clock_margin">96dp</dimen>
|
|
|
|
<!-- Size of analog clock in world clock. -->
|
|
<dimen name="world_clock_analog_size">200dp</dimen>
|
|
|
|
<dimen name="min_analog_widget_size">170dp</dimen>
|
|
|
|
<!-- digital widget sizing information -->
|
|
<dimen name="min_digital_widget_width">300dp</dimen>
|
|
<dimen name="min_digital_widget_height">170dp</dimen>
|
|
<dimen name="digital_widget_city_margin_bottom">15dp</dimen>
|
|
<dimen name="digital_widget_city_12_medium_font_size">52sp</dimen>
|
|
<dimen name="digital_widget_city_24_medium_font_size">65sp</dimen>
|
|
|
|
<!-- The fixed size of the font for the city name / day of week in the city widget. -->
|
|
<dimen name="city_widget_name_font_size">20dp</dimen>
|
|
<!-- The maximum size of the font for the time in widgets. -->
|
|
<dimen name="widget_max_clock_font_size">125dp</dimen>
|
|
</resources>
|