aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/values-mk-rMK
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2014-09-08 17:16:34 +0900
committerTadashi G. Takaoka <takaoka@google.com>2014-09-08 18:14:51 +0900
commit5314e5c38c2737a56da3aaab2e285fdcc4aa078f (patch)
tree60dfef51de8106c65cd7320fd45cdeba5e569637 /java/res/values-mk-rMK
parent0f33e614c0799fa3a14a2c32db4bf0654df039da (diff)
downloadlatinime-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-mk-rMK')
-rw-r--r--java/res/values-mk-rMK/bools.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/java/res/values-mk-rMK/bools.xml b/java/res/values-mk-rMK/bools.xml
new file mode 100644
index 000000000..130e52eab
--- /dev/null
+++ b/java/res/values-mk-rMK/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>