Warning, /network/kdeconnect-android/res/values-land/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     <integer name="plugins_columns">3</integer>
0012     <integer name="mpris_now_playing_orientation">@integer/orientation_horizontal</integer>
0013     <integer name="mpris_now_playing_album_weight">1</integer>
0014     <integer name="mpris_now_playing_controls_weight">1</integer>
0015     <dimen name="mpris_now_playing_album_width">0dp</dimen>
0016     <dimen name="mpris_now_playing_album_height">@dimen/layout_match_parent</dimen>
0017     <dimen name="mpris_now_playing_controls_width">0dp</dimen>
0018     <dimen name="mpris_now_playing_controls_height">@dimen/layout_match_parent</dimen>
0019 
0020 </resources>