blob: 798b7b7d0ef0aeaa6133c671555b23b3e9aaf670 [file] [log] [blame] [edit]
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2015 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="DualControlLayout">
<attr name="stackedMargin" format="reference"/>
<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>
</declare-styleable>
<declare-styleable name="ButtonCompat">
<attr name="buttonColor" format="color"/>
<attr name="rippleColor" format="color"/>
<attr name="buttonRaised" format="boolean"/>
</declare-styleable>
<declare-styleable name="TextViewWithLeading">
<attr name="leading" format="reference|dimension"/>
</declare-styleable>
<declare-styleable name="AsyncViewStub">
<!-- Supply an identifier for the layout resource to inflate when the 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="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>
</resources>