<!--
  ~ Copyright (C) 2020 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.
  -->

<overlay>
    <item target="dimen/car_action_bar_height" value="@*android:dimen/car_app_bar_height" />
    <item target="dimen/car_margin" value="@*android:dimen/car_margin" />
    <item target="dimen/car_icon_size" value="@*android:dimen/car_primary_icon_size" />
    <item target="dimen/car_preference_icon_size" value="@*android:dimen/car_preference_icon_size" />
    <item target="dimen/car_radius_1" value="@*android:dimen/car_radius_1" />
    <item target="dimen/car_preference_row_vertical_margin" value="@*android:dimen/car_preference_row_vertical_margin" />

    <item target="color/car_tint" value="@*android:color/car_tint" />
    <item target="color/car_card_ripple_background" value="@*android:color/car_card_ripple_background" />
    <item target="color/car_accent" value="@*android:color/car_accent" />
    <item target="color/car_divider_color" value="@*android:color/car_list_divider" />
</overlay>