Warning, /network/kdeconnect-android/res/values/consts.xml is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="utf-8"?>
0002 
0003 <!--
0004 SPDX-FileCopyrightText: 2023 Dmitry Yudin <dgyudin@gmail.com>
0005 
0006 SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
0007 -->
0008 
0009 <resources>
0010 
0011     <!-- https://developer.android.com/reference/android/R.attr.html#orientation -->
0012     <integer name="orientation_horizontal">0</integer>
0013     <integer name="orientation_vertical">1</integer>
0014 
0015     <!-- https://developer.android.com/reference/android/view/ViewGroup.LayoutParams -->
0016     <item name="layout_match_parent" type="dimen">-1</item>
0017     <item name="layout_wrap_content" type="dimen">-2</item>
0018 
0019     <!--used in activity_device-->
0020     <integer name="plugins_columns">2</integer>
0021 
0022     <!--used in mpris_now_playing-->
0023     <integer name="mpris_now_playing_orientation">@integer/orientation_vertical</integer>
0024     <integer name="mpris_now_playing_album_weight">4</integer>
0025     <integer name="mpris_now_playing_controls_weight">@null</integer>
0026     <dimen name="mpris_now_playing_album_width">@dimen/layout_match_parent</dimen>
0027     <dimen name="mpris_now_playing_album_height">0dp</dimen>
0028     <dimen name="mpris_now_playing_controls_width">@dimen/layout_match_parent</dimen>
0029     <dimen name="mpris_now_playing_controls_height">@dimen/layout_wrap_content</dimen>
0030 
0031 </resources>