diff options
author | 2011-05-18 02:35:40 -0700 | |
---|---|---|
committer | 2011-05-18 02:35:40 -0700 | |
commit | 31f256290b2419c5753466c41c5315e3d2faf679 (patch) | |
tree | 86585e41e627a37097515458af9fcc9deec22ba7 /java/res/xml-large-land | |
parent | a8b0aa59d2cf832ad86959acfd98573a049501cf (diff) | |
parent | 3f72d813882fd596be6288980895fd81ced9124c (diff) | |
download | latinime-31f256290b2419c5753466c41c5315e3d2faf679.tar.gz latinime-31f256290b2419c5753466c41c5315e3d2faf679.tar.xz latinime-31f256290b2419c5753466c41c5315e3d2faf679.zip |
am 3f72d813: Copy xlarge layout/values/drawable to large (DO NOT MERGE)
* commit '3f72d813882fd596be6288980895fd81ced9124c':
Copy xlarge layout/values/drawable to large (DO NOT MERGE)
Diffstat (limited to 'java/res/xml-large-land')
-rw-r--r-- | java/res/xml-large-land/kbd_popup_template.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/java/res/xml-large-land/kbd_popup_template.xml b/java/res/xml-large-land/kbd_popup_template.xml new file mode 100644 index 000000000..3caae1a60 --- /dev/null +++ b/java/res/xml-large-land/kbd_popup_template.xml @@ -0,0 +1,27 @@ +<?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="3.5%p" + latin:horizontalGap="0px" + latin:verticalGap="0px" + latin:rowHeight="@dimen/popup_key_height" + > +</Keyboard> |