mirror of
https://invent.kde.org/network/kdeconnect-android.git
synced 2025-10-06 00:23:01 +02:00
19 lines
700 B
XML
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>
|