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

Commit 0280cf26 authored by David Liu's avatar David Liu
Browse files

[Settingslib] Remove m3 expressive button styles

- M3 expressive button styles has been supported in material-1.13.0-alpha13

Test: Manual test
Bug: 402435792
Flag: EXEMPT resources update only
Change-Id: I4202a70e868efb39b7bb483c72e0a30e0d135ae2
parent f66084a3
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

<resources>
    <style name="SettingsLibButtonStyle.Expressive.Filled"
        parent="@style/Widget.Material3Expressive.Button.Icon">
        parent="@style/Widget.Material3Expressive.Button">
        <item name="android:theme">@style/Theme.Material3.DynamicColors.DayNight</item>
        <item name="android:layout_width">wrap_content</item>
        <item name="android:layout_height">wrap_content</item>
@@ -52,7 +52,7 @@
    </style>

    <style name="SettingsLibButtonStyle.Expressive.Tonal"
        parent="@style/Widget.Material3Expressive.Button.TonalButton.Icon">
        parent="@style/Widget.Material3Expressive.Button.TonalButton">
        <item name="android:theme">@style/Theme.Material3.DynamicColors.DayNight</item>
        <item name="android:layout_width">wrap_content</item>
        <item name="android:layout_height">wrap_content</item>
@@ -87,7 +87,7 @@
    </style>

    <style name="SettingsLibButtonStyle.Expressive.Outline"
        parent="@style/Widget.Material3Expressive.Button.OutlinedButton.Icon">
        parent="@style/Widget.Material3Expressive.Button.OutlinedButton">
        <item name="android:theme">@style/Theme.Material3.DynamicColors.DayNight</item>
        <item name="android:layout_width">wrap_content</item>
        <item name="android:layout_height">wrap_content</item>
+1 −1
Original line number Diff line number Diff line
@@ -257,7 +257,7 @@
    </style>

    <style name="SettingslibTextButtonStyle.Expressive"
           parent="@style/Widget.Material3Expressive.Button.TextButton.Icon">
           parent="@style/Widget.Material3Expressive.Button.TextButton">
        <item name="android:theme">@style/Theme.Material3.DynamicColors.DayNight</item>
        <item name="android:layout_width">wrap_content</item>
        <item name="android:layout_height">wrap_content</item>
+0 −475

File deleted.

Preview size limit exceeded, changes collapsed.