John Pan | beb3e53 | 2021-12-29 13:27:36 +0800 | [diff] [blame] | 1 | <?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 Poultney | 7615878 | 2022-12-02 16:44:09 +0000 | [diff] [blame] | 20 | <dimen name="option_tile_linear_padding_horizontal">8dp</dimen> |
George Lin | 4717594 | 2023-05-08 23:38:49 +0000 | [diff] [blame] | 21 | |
| 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 Lin | 18f5a26 | 2024-11-15 00:16:23 +0000 | [diff] [blame] | 26 | <item name="clock_carousel_scale" format="float" type="dimen">0.35</item> |
John Pan | beb3e53 | 2021-12-29 13:27:36 +0800 | [diff] [blame] | 27 | </resources> |