<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2017 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.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<!-- Height used for the line of the seekbar -->
<dimen name="seekbar_track_height">6dp</dimen>
<!-- The radius for the rounded corner on seekbar -->
<dimen name="seekbar_track_corner">3dp</dimen>
<!-- End padding size of swtich view -->
<dimen name="switch_end_padding">5dp</dimen>
<!-- Offset from bottom for text in some LineItems to center -->
<dimen name="optical_center_offset">1dp</dimen>
<!-- Padding size for spinner drop down items -->
<dimen name="tile_top_bottom_padding">15dp</dimen>
<!-- Margin for top of line items -->
<dimen name="line_item_top_margin">25dp</dimen>
<!-- Size of the seekbar thumb -->
<dimen name="seekbar_thumb_dimen">20dp</dimen>
<!-- Size of stroke on seekbar thumb -->
<dimen name="seekbar_thumb_stroke">1dp</dimen>
</resources>