commit | 3cd88084712772f6bb59ceb3844011a01bd15e80 | [log] [tgz] |
---|---|---|
author | Hyunyoung Song <hyunyoungs@google.com> | Mon May 13 15:08:35 2019 -0700 |
committer | Hyunyoung Song <hyunyoungs@google.com> | Mon May 13 15:08:35 2019 -0700 |
tree | 4d0f43dfec3f4064a19230ffc06bdc710aba8598 | |
parent | 21342b68619ae1efc6935fd6d063922e81aad658 [diff] |
Headline font should not be Medium type Bug: 128986173 TL;DR;; all public TextAppearance.DeviceDefault.XXX inherits from config_headlineFontFamilyMedium and NOT config_headlineFontFamily type which is what sysui and framework is using. This fix overrides the fontWeight so that the fontFamily is the only thing that is being inherited. Change-Id: I84500fbae0e8a613385d2665ca62dd0cd4115b56