blob: 66a6712cdd534c399fef5d306d43bc6b839dcb52 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!--
SPDX-FileCopyrightText: 2023 The LineageOS Project
SPDX-License-Identifier: Apache-2.0
-->
<resources>
<declare-styleable name="ListItem">
<attr name="headlineText" format="string" />
<attr name="leadingIconImage" format="reference" />
<attr name="showDivider" format="boolean" />
<attr name="supportingText" format="string" />
<attr name="trailingSupportingText" format="string" />
</declare-styleable>
</resources>