diff options
author | Jim Miller <jaggies@google.com> | 2013-10-14 13:57:46 -0700 |
---|---|---|
committer | Jim Miller <jaggies@google.com> | 2013-10-14 13:57:46 -0700 |
commit | 0ed6d684960f9655b5cd3389219786f8f559ac62 (patch) | |
tree | f59d5a410d19f77ad32ac03bb3a3af2703f9eb0a /packages/Keyguard/res | |
parent | f89ff85f6c408df6da8eea0fa9dc602352b3a4e4 (diff) | |
download | frameworks_base-0ed6d684960f9655b5cd3389219786f8f559ac62.zip frameworks_base-0ed6d684960f9655b5cd3389219786f8f559ac62.tar.gz frameworks_base-0ed6d684960f9655b5cd3389219786f8f559ac62.tar.bz2 |
Add additional MNC overlays
Fixes bug 10518893
Change-Id: If8f46202f593e545fe38c4803481b266b60543b9
Diffstat (limited to 'packages/Keyguard/res')
-rw-r--r-- | packages/Keyguard/res/values-mcc262-mnc08/bools.xml | 21 | ||||
-rw-r--r-- | packages/Keyguard/res/values-mcc262-mnc11/bools.xml | 21 |
2 files changed, 42 insertions, 0 deletions
diff --git a/packages/Keyguard/res/values-mcc262-mnc08/bools.xml b/packages/Keyguard/res/values-mcc262-mnc08/bools.xml new file mode 100644 index 0000000..6cd4c55 --- /dev/null +++ b/packages/Keyguard/res/values-mcc262-mnc08/bools.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2013 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> + <!-- Carriers in this locale are sensitive to capitalization of carrier text. + This makes the entire interface consistent by switching back to normal case. --> + <bool name="kg_use_all_caps">false</bool> +</resources> diff --git a/packages/Keyguard/res/values-mcc262-mnc11/bools.xml b/packages/Keyguard/res/values-mcc262-mnc11/bools.xml new file mode 100644 index 0000000..6cd4c55 --- /dev/null +++ b/packages/Keyguard/res/values-mcc262-mnc11/bools.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2013 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> + <!-- Carriers in this locale are sensitive to capitalization of carrier text. + This makes the entire interface consistent by switching back to normal case. --> + <bool name="kg_use_all_caps">false</bool> +</resources> |