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

0001 <?xml version="1.0" encoding="utf-8"?>
0002 
0003 <!--
0004 SPDX-FileCopyrightText: 2017 Holger Kaelberer <holger.k@elberer.de>
0005 
0006 SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
0007 -->
0008 
0009 <Keyboard xmlns:android="http://schemas.android.com/apk/res/android"
0010     android:horizontalGap="0px"
0011     android:keyHeight="@dimen/key_height"
0012     android:verticalGap="0px">
0013 
0014     <Row android:rowEdgeFlags="bottom">
0015         <Key
0016             android:codes="0"
0017             android:keyIcon="@drawable/ic_keyboard_hide_36dp"
0018             android:keyWidth="20%" />
0019         <Key
0020             android:codes="1"
0021             android:keyIcon="@drawable/ic_settings_white_32dp"
0022             android:keyWidth="40%" />
0023         <Key
0024             android:codes="2"
0025             android:keyIcon="@drawable/ic_action_keyboard_24dp"
0026             android:keyWidth="40%" />
0027         <Key
0028             android:codes="3"
0029             android:keyIcon="@drawable/ic_phonelink_36dp"
0030             android:keyWidth="20%" />-->
0031     </Row>
0032 </Keyboard>