Files
kdeconnect-android/res/values/attrs.xml
2023-06-05 12:21:15 +02:00

19 lines
700 B
XML

<!--
SPDX-FileCopyrightText: 2018 Philip Cohn-Cort <cliabhach@gmail.com>
SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
-->
<resources>
<!-- A high-contrast color for important visual elements (for less important elements, use colorControlNormal instead) -->
<attr name="colorHighContrast" format="color" />
<declare-styleable name="AutoGridLayout">
<!-- The width of one column. Used to align -->
<attr name="columnWidth" format="dimension" />
<!-- I think that everything is clear from the name -->
<attr name="changeColumnCountIfTheyHaveOnlyOneElement" format="boolean" />
</declare-styleable>
</resources>