<?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="buttonBorderWidth" format="reference|dimension"/>
<attr name="verticalInset"/>
<attr name="buttonBorderStyle" format="enum">
<enum name="solid" value="0"/>
<enum name="dashed" value="1"/>
</attr>
@dimen/button_compat_corner_radius is used as a default. -->
<attr name="rippleCornerRadius" format="reference|dimension"/>
<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="globalFilledTonalButtonBgColor" format="color"/>
<attr name="globalFilledTonalButtonTextColor" 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"/>
<attr name="android:textAppearance"/>
</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>
<declare-styleable name="ListMenuButton">
<attr name="menuMaxWidth" format="reference|dimension"/>
<attr name="menuVerticalOverlapAnchor" format="boolean"/>
<attr name="menuHorizontalOverlapAnchor" format="boolean"/>
so the correct menu popup anim file can be applied. If none is set, the menu will be
positioned based on the space available around the anchor; if one of menuPositionedAt*
is set, menu will be forced to position as setting. Cannot be set to True together. -->
<attr name="menuPositionedAtStart" format="boolean"/>
<attr name="menuPositionedAtEnd" format="boolean"/>
</declare-styleable>
<declare-styleable name="TextViewWithClickableSpans">
<attr name="spanBackgroundStrokeColor" format="color"/>
</declare-styleable>
<attr name="minInteractTargetSize" format="dimension"/>
<attr name="listItemHeight" format="dimension"/>
<attr name="listItemHeightLarge" format="dimension"/>
<attr name="listItemIconSize" format="dimension"/>
<attr name="listItemIconPadding" format="dimension"/>
<attr name="listItemControlPadding" format="dimension"/>
<attr name="listItemIconTextSpacing" format="dimension"/>
<attr name="listDividerHeight" format="dimension"/>
<attr name="popupBg" format="reference"/>
<attr name="popupBgCornerRadius" format="dimension"/>
or @dimen radius values are ignored when used in combination with attrs. -->
<attr name="zeroRadius" format="dimension"/>
<attr name="textLargeSize" format="dimension"/>
<attr name="textLargeLeading" format="dimension"/>
</resources>