diff options
author | 2014-09-08 10:25:14 +0000 | |
---|---|---|
committer | 2014-09-08 10:25:14 +0000 | |
commit | c106efa7cd6a6fad3a45ff42f49a54b8a370587f (patch) | |
tree | 2ca3eddad8808adc2126c24eebe0cdf89aa1f64b /java/res/values-gl-rES | |
parent | a48fe12b9cafa905518a7ebd10b94700d58053bd (diff) | |
parent | 50e8d5854b981b7fbad24fdb9c141ddf39eb904a (diff) | |
download | latinime-c106efa7cd6a6fad3a45ff42f49a54b8a370587f.tar.gz latinime-c106efa7cd6a6fad3a45ff42f49a54b8a370587f.tar.xz latinime-c106efa7cd6a6fad3a45ff42f49a54b8a370587f.zip |
am 50e8d585: am 56c7ceb4: am 42665f0e: Merge "Mark isDefault="true" for all supported subtypes" into lmp-dev
* commit '50e8d5854b981b7fbad24fdb9c141ddf39eb904a':
Mark isDefault="true" for all supported subtypes
Diffstat (limited to 'java/res/values-gl-rES')
-rw-r--r-- | java/res/values-gl-rES/bools.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/java/res/values-gl-rES/bools.xml b/java/res/values-gl-rES/bools.xml new file mode 100644 index 000000000..130e52eab --- /dev/null +++ b/java/res/values-gl-rES/bools.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** +** Copyright 2014, 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. +*/ +--> +<resources> + <!-- Whether this input method should be used as the default for a locale. Override it + for supported languages. --> + <bool name="im_is_default">true</bool> +</resources> |