summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYu-Ta Lu <luyota@google.com>2021-08-13 22:33:53 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2021-08-13 22:33:53 +0000
commit4fa95e428013d5d3fb6ba4f9076fd522028719c6 (patch)
tree35ab6620abe09443d55657da906aad99e5747b5d
parent994f3cdf9d0f6bd3194e55dbbe40c708e27dc720 (diff)
parent2bbc5cb1b8a31687c2c077c3763d767036f7f494 (diff)
downloadCellBroadcastReceiver-4fa95e428013d5d3fb6ba4f9076fd522028719c6.tar.gz
Merge "Override settingslib_config_headlineFontFamily" into sc-dev
-rw-r--r--res/values-v31/strings.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/res/values-v31/strings.xml b/res/values-v31/strings.xml
new file mode 100644
index 000000000..e9c33eb5f
--- /dev/null
+++ b/res/values-v31/strings.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2021 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">
+ <!-- Name of a font family to use for headlines in SettingsLib. This overrides the default value which points to a private resource. Setting it to an empty value allows it to fallback to the default on the device. -->
+ <string name="settingslib_config_headlineFontFamily" translatable="false"></string>
+</resources>