blob: 07d589cee49f1ce8d86a3b4287625ad8cbc37e36 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ 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.
-->
<resources>
<style name="AssociationTopIcon">
<item name="android:tint">@color/color_accent</item>
<item name="android:scaleType">fitCenter</item>
</style>
<style name="TextAppearance.Companion" parent="android:TextAppearance.DeviceDefault">
<item name="android:textColor">?android:attr/textColorPrimary</item>
<item name="android:textAlignment">viewStart</item>
</style>
<style name="AssociationTitle" parent="TextAppearance.Companion">
<item name="android:textSize">@dimen/body1_size</item>
</style>
<style name="AssociationInstruction" parent="TextAppearance.Companion">
<item name="android:textSize">@dimen/body3_size</item>
</style>
<style name="AssociationMessage" parent="TextAppearance.Companion">
<item name="android:textSize">@dimen/body3_size</item>
<item name="android:textColor">?android:attr/textColorTertiary</item>
</style>
<style name="AssociationPairingCode" parent="TextAppearance.Companion">
<item name="android:textSize">56sp</item>
<item name="android:letterSpacing">@dimen/pairing_code_text_spacing</item>
<item name="android:textColor">@color/color_accent</item>
</style>
<style name="TrustedDeviceTitle" parent="TextAppearance.Companion">
<item name="android:textSize">@dimen/body1_size</item>
</style>
<style name="TrustedDeviceMessage" parent="TextAppearance.Companion">
<item name="android:textSize">@dimen/body3_size</item>
<item name="android:textColor">?android:attr/textColorTertiary</item>
</style>
<style name="DeviceDetailDivider">
<item name="android:background">?android:attr/textColorPrimary</item>
</style>
</resources>