Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 92a5c830 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Toast apperance updates" into sc-dev am: f343ef31

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14340463

Change-Id: I63dba22c01000dfbdbcef7a58e5b091c73010964
parents 0012856b f343ef31
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>
+1 −1
Original line number Diff line number Diff line
@@ -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>