Toast apperance updates

- update elevation
- update font family to GS Text instead of Google Sans

Test: manual (see screenshots in bug)
Fixes: 185632543
Change-Id: I5c87a287f3e288198fc70f30ac9abb2c47ebb1eb
This commit is contained in:
Beverly
2021-04-28 09:44:34 -04:00
parent 5f82e987a3
commit 7a605e503b
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@
<!-- Text size of the message within a toast -->
<dimen name="toast_text_size">14sp</dimen>
<!-- Elevation of toast view -->
<dimen name="toast_elevation">6dp</dimen>
<dimen name="toast_elevation">2dp</dimen>
<!-- Height of the status bar -->
<dimen name="status_bar_height">@dimen/status_bar_height_portrait</dimen>

View File

@@ -964,7 +964,7 @@ please see styles_device_defaults.xml.
</style>
<style name="TextAppearance.Toast">
<item name="fontFamily">@*android:string/config_headlineFontFamily</item>
<item name="fontFamily">@*android:string/config_bodyFontFamily</item>
<item name="textSize">14sp</item>
<item name="textColor">?android:attr/textColorPrimary</item>
</style>