summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorHyunyoung Song <hyunyoungs@google.com>2019-05-13 15:01:13 -0700
committerHyunyoung Song <hyunyoungs@google.com>2019-05-13 15:05:00 -0700
commitd78e47b8f8c89e7329b23605c02a95a4aac70eba (patch)
tree27d8fb938885d9a4812e6bcfadb9bd497a3eefa6 /res
parentd849ef084c180c393c7f3c69f6f00a01358a644f (diff)
downloadandroid_packages_apps_Trebuchet-d78e47b8f8c89e7329b23605c02a95a4aac70eba.tar.gz
android_packages_apps_Trebuchet-d78e47b8f8c89e7329b23605c02a95a4aac70eba.tar.bz2
android_packages_apps_Trebuchet-d78e47b8f8c89e7329b23605c02a95a4aac70eba.zip
HeadLine text font family should not be Medium type
Bug: 128986173 Change-Id: Icbc3292b636e8b664b68c62590e66d261843672f
Diffstat (limited to 'res')
-rw-r--r--res/values-v28/styles.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/res/values-v28/styles.xml b/res/values-v28/styles.xml
new file mode 100644
index 000000000..7df9ce541
--- /dev/null
+++ b/res/values-v28/styles.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+* Copyright (C) 2019 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>
+ <style name="TextHeadline" parent="@android:style/TextAppearance.DeviceDefault.DialogWindowTitle" >
+ <item name="android:textFontWeight">400</item>
+ </style>
+</resources>