1<?xml version="1.0" encoding="UTF-8"?> 2<!-- 3 ~ Copyright (C) 2015 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 18<resources> 19 <dimen name="ut_scan_icon_width">80dp</dimen> 20 <dimen name="ut_scan_icon_margin_right">24dp</dimen> 21 22 <dimen name="ut_scan_title_text_size">34sp</dimen> 23 <dimen name="ut_scan_title_margin_top">178dp</dimen> 24 25 <dimen name="ut_scan_progress_width">432dp</dimen> 26 <dimen name="ut_scan_progress_height">4dp</dimen> 27 <dimen name="ut_scan_progress_margin_top">16dp</dimen> 28 29 <dimen name="ut_scan_description_margin_top">19dp</dimen> 30 <dimen name="ut_scan_description_text_size">14sp</dimen> 31 32 <dimen name="ut_scan_button_height">51dp</dimen> 33 <dimen name="ut_scan_button_margin_top">15dp</dimen> 34 <dimen name="ut_scan_button_padding">24dp</dimen> 35 <dimen name="ut_scan_button_text_size">16sp</dimen> 36 37 <dimen name="ut_scan_channellist_width">312dp</dimen> 38 <dimen name="ut_scan_channellist_padding_top">202dp</dimen> 39 <dimen name="ut_scan_channellist_padding_start">40dp</dimen> 40 <dimen name="ut_scan_channellist_padding_bottom">12dp</dimen> 41 42 <dimen name="ut_scan_channel_num_width">48dp</dimen> 43 <dimen name="ut_scan_channel_name_width">96dp</dimen> 44</resources> 45