blob: ceb9da9390470d87c31dbd559839ef75a7a0e74b [file]
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2019 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file. -->
<resources>
<declare-styleable name="BoundedLinearLayout">
<attr name="maxWidthLandscape" format="dimension" />
<attr name="maxWidthPortrait" format="dimension" />
<attr name="maxHeight" format="dimension" />
</declare-styleable>
<declare-styleable name="DualControlLayout">
<attr name="stackedMargin" format="reference|dimension"/>
<attr name="primaryButtonText" format="reference|string"/>
<attr name="secondaryButtonText" format="reference|string"/>
<attr name="buttonAlignment" format="enum">
<enum name="start" value="0" />
<enum name="end" value="1" />
<enum name="apart" value="2" />
</attr>
<attr name="dualControlLayoutVerticalPadding" format="dimension"/>
<attr name="dualControlLayoutHorizontalPadding" format="dimension"/>
</declare-styleable>
<declare-styleable name="ListMenuButton">
<attr name="menuMaxWidth" format="reference|dimension" />
<attr name="menuVerticalOverlapAnchor" format="boolean" />
<attr name="menuHorizontalOverlapAnchor" format="boolean" />
</declare-styleable>
<declare-styleable name="AsyncImageView">
<attr name="unavailableSrc" format="reference" />
<attr name="waitingSrc" format="reference" />
</declare-styleable>
<declare-styleable name="ForegroundRoundedCornerImageView">
<attr name="foregroundCompat" format="reference" />
</declare-styleable>
<declare-styleable name="MaterialProgressBar">
<attr name="colorBackground" format="reference|color" />
<attr name="colorProgress" format="reference|color" />
<attr name="colorSecondaryProgress" format="reference|color" />
</declare-styleable>
<declare-styleable name="PaddedFrameLayout">
<attr name="maxChildWidth" format="dimension" />
<attr name="maxChildHeight" format="dimension" />
</declare-styleable>
<declare-styleable name="RadioButtonWithDescription">
<attr name="primaryText" format="string" />
<attr name="descriptionText" format="string" />
<attr name="iconSrc" format="reference" />
</declare-styleable>
<declare-styleable name="RadioButtonWithEditText">
<attr name="android:hint"/>
<attr name="android:inputType" />
</declare-styleable>
<declare-styleable name="RoundedCornerImageView">
<attr name="cornerRadiusTopStart" format="dimension" />
<attr name="cornerRadiusTopEnd" format="dimension" />
<attr name="cornerRadiusBottomStart" format="dimension" />
<attr name="cornerRadiusBottomEnd" format="dimension" />
<attr name="roundedfillColor" format="reference|color" />
</declare-styleable>
<declare-styleable name="TextViewWithCompoundDrawables">
<attr name="drawableWidth" format="dimension"/>
<attr name="drawableHeight" format="dimension"/>
<!-- drawableTint wasn't added in Android until API level 23. -->
<attr name="chromeDrawableTint" format="color"/>
</declare-styleable>
<declare-styleable name="WrappingLayout">
<attr name="horizontalSpacing" format="dimension" />
<attr name="verticalSpacing" format="dimension" />
</declare-styleable>
<declare-styleable name="SurfaceColorDrawable">
<!-- Used to specify the elevation level in dp. Similar to
android:elevation, but only affects color. Does not cause shadows
to be added or z-order to be adjusted. -->
<attr name="surfaceElevation" format="dimension"/>
</declare-styleable>
</resources>