diff options
author | 2014-09-08 17:16:34 +0900 | |
---|---|---|
committer | 2014-09-08 18:14:51 +0900 | |
commit | 5314e5c38c2737a56da3aaab2e285fdcc4aa078f (patch) | |
tree | 60dfef51de8106c65cd7320fd45cdeba5e569637 /java/res/values-eu-rES | |
parent | 0f33e614c0799fa3a14a2c32db4bf0654df039da (diff) | |
download | latinime-5314e5c38c2737a56da3aaab2e285fdcc4aa078f.tar.gz latinime-5314e5c38c2737a56da3aaab2e285fdcc4aa078f.tar.xz latinime-5314e5c38c2737a56da3aaab2e285fdcc4aa078f.zip |
Mark isDefault="true" for all supported subtypes
Bug: 17381393
Change-Id: I3a2852c76d6f3dda551529673e7d4e957ced53ca
Diffstat (limited to 'java/res/values-eu-rES')
-rw-r--r-- | java/res/values-eu-rES/bools.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/java/res/values-eu-rES/bools.xml b/java/res/values-eu-rES/bools.xml new file mode 100644 index 000000000..130e52eab --- /dev/null +++ b/java/res/values-eu-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> |