1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3 Copyright (C) 2024 The Android Open Source Project 4 Copyright (C) 2024 Mopria Alliance, Inc. 5 6 Licensed under the Apache License, Version 2.0 (the "License"); 7 you may not use this file except in compliance with the License. 8 You may obtain a copy of the License at 9 10 http://www.apache.org/licenses/LICENSE-2.0 11 12 Unless required by applicable law or agreed to in writing, software 13 distributed under the License is distributed on an "AS IS" BASIS, 14 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 See the License for the specific language governing permissions and 16 limitations under the License. 17--> 18 19<resources> 20 <!-- Marker item --> 21 <dimen name="corner_radius">24dp</dimen> 22 <dimen name="marker_item_height">20dp</dimen> 23 <dimen name="mopria_margin_1dp">1dp</dimen> 24 <dimen name="mopria_padding_2dp">2dp</dimen> 25 <dimen name="mopria_padding_5dp">5dp</dimen> 26 <dimen name="mopria_padding_10dp">10dp</dimen> 27 <dimen name="mopria_padding_12dp">12dp</dimen> 28 <dimen name="mopria_padding_18dp">18dp</dimen> 29 <dimen name="mopria_width_0_dp">0dp</dimen> 30 <dimen name="linear_progress_bar_width">100dp</dimen> 31 <dimen name="linear_progress_bar_height">24dp</dimen> 32</resources>