blob: 4b5e921eb13eeb3118481d61b684207dd7cbbf99 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2018 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="CircularProgressView">
<attr name="indeterminateProgress" format="reference" />
<attr name="determinateProgress" format="reference" />
<attr name="resumeSrc" format="reference" />
<attr name="pauseSrc" format="reference" />
<attr name="retrySrc" format="reference" />
</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="AspectRatioFrameLayout_Layout">
<attr name="layout_aspectRatio" format="fraction" />
</declare-styleable>
</resources>