diff options
author | 2012-04-18 22:13:29 +0900 | |
---|---|---|
committer | 2012-04-18 22:45:26 +0900 | |
commit | f5a0bd2c28fd9ec1de8fe49196e7f7ae38566f90 (patch) | |
tree | 6f56dde4c9b9e644c501ae6bcb5b2a4b846e0ed8 /java/res | |
parent | 55d28fd1b2631a63542a647f693d8a8ed749bcf7 (diff) | |
download | latinime-f5a0bd2c28fd9ec1de8fe49196e7f7ae38566f90.tar.gz latinime-f5a0bd2c28fd9ec1de8fe49196e7f7ae38566f90.tar.xz latinime-f5a0bd2c28fd9ec1de8fe49196e7f7ae38566f90.zip |
Make predefined subtype configurable by XML resource
Change-Id: I1f8486a1fb652f1e06789e7bfd2cc57273092234
Diffstat (limited to 'java/res')
-rw-r--r-- | java/res/values/predefined-subtypes.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/java/res/values/predefined-subtypes.xml b/java/res/values/predefined-subtypes.xml new file mode 100644 index 000000000..e67fee53f --- /dev/null +++ b/java/res/values/predefined-subtypes.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** +** Copyright 2012, 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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Predefined subtypes (language:layout) in CSV format --> + <string name="predefined_subtypes" translatable="false">de:qwerty,fr:qwertz</string> +</resources> |