Warning, /network/kdeconnect-android/res/values/attrs.xml is written in an unsupported language. File is not indexed.
0001 <!-- 0002 SPDX-FileCopyrightText: 2018 Philip Cohn-Cort <cliabhach@gmail.com> 0003 0004 SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL 0005 --> 0006 0007 <resources> 0008 <!-- A high-contrast color for important visual elements (for less important elements, use colorControlNormal instead) --> 0009 <attr name="colorHighContrast" format="color" /> 0010 0011 <declare-styleable name="AutoGridLayout"> 0012 <!-- The width of one column. Used to align --> 0013 <attr name="columnWidth" format="dimension" /> 0014 0015 <!-- I think that everything is clear from the name --> 0016 <attr name="changeColumnCountIfTheyHaveOnlyOneElement" format="boolean" /> 0017 </declare-styleable> 0018 </resources>