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

Commit f83b417f authored by Shubham Basu's avatar Shubham Basu Committed by Android (Google) Code Review
Browse files

Merge "material next changes for button color" into sc-mainline-prod

parents 1d047cac 018bd898
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -26,4 +26,16 @@
        <item name="android:actionMenuTextColor">@*android:color/accent_device_default_light</item>
        <item name="android:textAllCaps">false</item>
    </style>

    <style name="MaterialButton" parent="@style/Widget.MaterialComponents.Button.UnelevatedButton">
        <item name="android:textAppearance">@style/MaterialButtonTextAppearance</item>
        <item name="android:backgroundTint">?android:colorAccent</item>
    </style>

    <style name="MaterialOutlinedButton"
        parent="@style/Widget.MaterialComponents.Button.OutlinedButton">
        <item name="android:textAppearance">@style/MaterialButtonTextAppearance</item>
        <item name="android:backgroundTint">@android:color/white</item>
        <item name="android:textColor">?android:colorAccent</item>
    </style>
</resources>
+1 −1

File changed.

Contains only whitespace changes.