xref: /aosp_15_r20/sdk/apps/NotificationStudio/res/values/dimens.xml (revision 1789df15502f1991eff51ff970dce5df8404dd56)
1*1789df15SXin Li<!--
2*1789df15SXin Li  Copyright 2012 The Android Open Source Project
3*1789df15SXin Li
4*1789df15SXin Li  Licensed under the Apache License, Version 2.0 (the "License");
5*1789df15SXin Li  you may not use this file except in compliance with the License.
6*1789df15SXin Li  You may obtain a copy of the License at
7*1789df15SXin Li
8*1789df15SXin Li      http://www.apache.org/licenses/LICENSE-2.0
9*1789df15SXin Li
10*1789df15SXin Li  Unless required by applicable law or agreed to in writing, software
11*1789df15SXin Li  distributed under the License is distributed on an "AS IS" BASIS,
12*1789df15SXin Li  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13*1789df15SXin Li  See the License for the specific language governing permissions and
14*1789df15SXin Li  limitations under the License.
15*1789df15SXin Li  -->
16*1789df15SXin Li
17*1789df15SXin Li<resources>
18*1789df15SXin Li
19*1789df15SXin Li    <dimen name="notification_panel_width">-1dp</dimen> <!-- MATCH_PARENT -->
20*1789df15SXin Li    <dimen name="editor_inset">8dp</dimen>
21*1789df15SXin Li    <dimen name="caption_padding_top">10dp</dimen>
22*1789df15SXin Li    <dimen name="caption_padding_bottom">0dp</dimen>
23*1789df15SXin Li    <dimen name="editor_text_size">12dp</dimen>
24*1789df15SXin Li    <dimen name="editor_caption_width">95dp</dimen>
25*1789df15SXin Li    <dimen name="editor_icon_size_small">40dp</dimen>
26*1789df15SXin Li    <dimen name="editor_icon_size_large">60dp</dimen>
27*1789df15SXin Li    <dimen name="editor_icon_outer_margin">5dp</dimen>
28*1789df15SXin Li    <dimen name="editor_icon_inner_margin">2dp</dimen>
29*1789df15SXin Li    <dimen name="editor_drop_down_padding">5dp</dimen>
30*1789df15SXin Li    <dimen name="editor_datetime_padding_v">0dp</dimen>
31*1789df15SXin Li    <dimen name="editor_datetime_padding_h">15dp</dimen>
32*1789df15SXin Li
33*1789df15SXin Li</resources>