mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
e354a85ef4
I8b38e280 Ia3929bb0 If925b546 I1062763d I901e36aa bug: 3100311 Change-Id: Ic7e01277ec816e77d34732599b2b9552668b81c2
40 lines
1.2 KiB
XML
40 lines
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
/*
|
|
**
|
|
** Copyright 2010, The Android Open Source Project
|
|
**
|
|
** Licensed under the Apache License, Version 2.0 (the "License");
|
|
** you may not use this file except in compliance with the License.
|
|
** You may obtain a copy of the License at
|
|
**
|
|
** http://www.apache.org/licenses/LICENSE-2.0
|
|
**
|
|
** Unless required by applicable law or agreed to in writing, software
|
|
** distributed under the License is distributed on an "AS IS" BASIS,
|
|
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
** See the License for the specific language governing permissions and
|
|
** limitations under the License.
|
|
*/
|
|
-->
|
|
|
|
<Keyboard
|
|
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
|
latin:keyWidth="10%p"
|
|
latin:horizontalGap="0px"
|
|
latin:verticalGap="0px"
|
|
latin:keyHeight="@dimen/popup_key_height"
|
|
>
|
|
<Row
|
|
latin:rowEdgeFlags="top|bottom"
|
|
>
|
|
<Key
|
|
latin:codes="@integer/key_settings"
|
|
latin:keyIcon="@drawable/sym_keyboard_settings"
|
|
latin:keyEdgeFlags="left" />
|
|
<Key
|
|
latin:keyLabel="\@"
|
|
latin:keyEdgeFlags="right" />
|
|
</Row>
|
|
</Keyboard>
|