diff options
Diffstat (limited to 'packages/SystemUI/res/values-h700dp/dimens.xml')
-rw-r--r-- | packages/SystemUI/res/values-h700dp/dimens.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/packages/SystemUI/res/values-h700dp/dimens.xml b/packages/SystemUI/res/values-h700dp/dimens.xml index fbd985eaa751..39777ab56847 100644 --- a/packages/SystemUI/res/values-h700dp/dimens.xml +++ b/packages/SystemUI/res/values-h700dp/dimens.xml @@ -1,5 +1,5 @@ <!-- - ~ Copyright (C) 2021 The Android Open Source Project + ~ Copyright (C) 2022 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. @@ -15,6 +15,7 @@ --> <resources> - <!-- Large clock maximum font size (dp is intentional, to prevent any further scaling) --> - <dimen name="large_clock_text_size">170dp</dimen> + <!-- Margin above the ambient indication container --> + <dimen name="ambient_indication_container_margin_top">15dp</dimen> + <dimen name="volume_row_slider_height">177dp</dimen> </resources> |