<?xml version="1.0" encoding="utf-8"?>
Copyright 2015 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<resources>
<attr name="rippleColor" format="color"/>
<attr name="verticalInset" format="reference|dimension"/>
<declare-styleable name="ButtonCompat">
<attr name="buttonColor" format="color"/>
android:textAppearance. -->
<attr name="buttonTextColor" format="reference"/>
<attr name="rippleColor"/>
<attr name="borderColor" format="color"/>
<attr name="borderWidth" format="reference|dimension"/>
<attr name="buttonRaised" format="boolean"/>
<attr name="verticalInset"/>
@dimen/button_compat_corner_radius is default. -->
<attr name="rippleCornerRadiusTopStart" format="reference|dimension" />
<attr name="rippleCornerRadiusTopEnd" format="reference|dimension" />
<attr name="rippleCornerRadiusBottomStart" format="reference|dimension" />
<attr name="rippleCornerRadiusBottomEnd" format="reference|dimension" />
</declare-styleable>
throughout the app and are defined in the activity theme. This enables us to apply
dynamic colors to the mentioned UI elements. These attributes may not be set in some
contexts, e.g. WebView, so the code dealing with them should handle their absence. -->
<attr name="globalFilledButtonBgColor" format="color"/>
<attr name="globalFilledButtonTextColor" format="reference"/>
<attr name="globalTextButtonTextColor" format="reference"/>
<attr name="globalTextButtonRippleColor" format="color"/>
<attr name="globalOutlinedButtonBorderColor" format="color"/>
<attr name="globalLinkTextColor" format="color"/>
<attr name="globalClickableSpanColor" format="color"/>
<declare-styleable name="TextViewWithLeading">
<attr name="leading" format="reference|dimension"/>
</declare-styleable>
<declare-styleable name="AsyncViewStub">
becomes visible or when forced to do so. The layout resource must be a
valid reference to a layout. -->
<attr name="layout" format="reference" />
</declare-styleable>
</resources>