<!--
  ~ Copyright (C) 2024 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>
    <!-- values for wear material3 button -->
    <dimen name="btn_material_width">172dp</dimen>
    <dimen name="btn_material_height">52dp</dimen>
    <dimen name="btn_horizontal_edge_padding">14dp</dimen>
    <dimen name="btn_drawable_padding">6dp</dimen>
    <dimen name="btn_lineHeight">18sp</dimen>
    <dimen name="btn_textSize">15sp</dimen>

    <!-- values for wear material3 AlertDialog Title -->
    <dimen name="alertDialog_material_line_height_title">18sp</dimen>
    <dimen name="alertDialog_material_text_size_title">16sp</dimen>
    <item name="alertDialog_material_letter_spacing_title" format="float" type="dimen">0.0125</item>
    <dimen name="alertDialog_material_side_margin_title">@dimen/screen_percentage_12</dimen>

    <!-- values for wear material3 AlertDialog Body -->
    <dimen name="alertDialog_material_line_height_body_1">16sp</dimen>
    <dimen name="alertDialog_material_text_size_body_1">14sp</dimen>
    <item name="alertDialog_material_letter_spacing_body_1" format="float" type="dimen">0.0286</item>
    <dimen name="alertDialog_material_side_margin_body">@dimen/screen_percentage_0416</dimen>

    <!-- values for wear material3 AlertDialog -->
    <dimen name="dialog_btn_negative_width">60dp</dimen>
    <dimen name="dialog_btn_negative_height">60dp</dimen>
    <dimen name="dialog_btn_confirm_width">62dp</dimen>
    <dimen name="dialog_btn_confirm_height">60dp</dimen>
    <dimen name="alertDialog_material_side_margin">@dimen/screen_percentage_052</dimen>
    <dimen name="alertDialog_material_top_margin">@dimen/screen_percentage_10</dimen>
    <dimen name="alertDialog_material_bottom_margin">@dimen/screen_percentage_3646</dimen>

    <!-- Opacity factor for disabled wear material3 widget -->
    <!-- Alpha transparency for widgets that set enablement/disablement programmatically
       transparency is applied in the disabled state -->
    <dimen name="disabled_alpha_device_default">0.12</dimen>
    <!-- Alpha transparency applied to elements which are considered primary (e.g. primary text) -->
    <dimen name="primary_content_alpha_device_default">0.38</dimen>

    <!--  values for wear material3 progress bar(progress indicator)  -->
    <item name="progressbar_inner_radius_ratio" format="float" type="dimen">2</item>
    <dimen name="progressbar_thickness">8dp</dimen>
    <dimen name="progressbar_elevation">0.1dp</dimen>

    <!-- Alpha transparency for wigets that set enablement/disablement programmatically
     transparency is applied in the disabled state -->
    <dimen name="disabled_alpha_wear_material3">0.12</dimen>
    <!-- Alpha transparency applied to elements which are considered primary (e.g. primary text) -->
    <dimen name="primary_content_alpha_wear_material3">0.38</dimen>

    <!--  watch's indeterminate progress bar dimens -->
    <dimen name="loader_horizontal_min_width_watch">76dp</dimen>
    <dimen name="loader_horizontal_min_height_watch">14dp</dimen>
</resources>
