<?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> |