blob: 5673be45e3ca926aec4f6c76d4384082a41cd2ed [file] [log] [blame]
John Panbeb3e532021-12-29 13:27:36 +08001<?xml version="1.0" encoding="utf-8"?>
2<!--
3 ~ Copyright (C) 2022 The Android Open Source Project
4 ~
5 ~ Licensed under the Apache License, Version 2.0 (the "License");
6 ~ you may not use this file except in compliance with the License.
7 ~ You may obtain a copy of the License at
8 ~
9 ~ http://www.apache.org/licenses/LICENSE-2.0
10 ~
11 ~ Unless required by applicable law or agreed to in writing, software
12 ~ distributed under the License is distributed on an "AS IS" BASIS,
13 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 ~ See the License for the specific language governing permissions and
15 ~ limitations under the License
16 -->
17<resources>
18 <!-- Dimensions for the customization option tiles -->
19 <dimen name="option_tile_width">87dp</dimen>
Chris Poultney76158782022-12-02 16:44:09 +000020 <dimen name="option_tile_linear_padding_horizontal">8dp</dimen>
George Lin47175942023-05-08 23:38:49 +000021
22 <!-- Clock carousel dimens -->
23 <dimen name="clock_carousel_item_card_width">114dp</dimen>
24 <dimen name="clock_carousel_item_card_height">124dp</dimen>
25 <dimen name="clock_carousel_guideline_margin">320dp</dimen>
George Lin18f5a262024-11-15 00:16:23 +000026 <item name="clock_carousel_scale" format="float" type="dimen">0.35</item>
John Panbeb3e532021-12-29 13:27:36 +080027</resources>