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

Commit 873e3859 authored by Stefan Maftei's avatar Stefan Maftei
Browse files

[Expressive design] Don't show number for SegmentedButtonPreference's container

Bug: 423488909
Test: visual
Flag: EXEMPT resource update
Change-Id: I5c553385631251509ff29d3dcd33320043ae22d0
parent 53a68cdb
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -22,7 +22,8 @@
    android:orientation="vertical"
    android:paddingTop="@dimen/settingslib_expressive_space_extrasmall4"
    android:paddingStart="?android:attr/listPreferredItemPaddingStart"
    android:paddingEnd="?android:attr/listPreferredItemPaddingEnd">
    android:paddingEnd="?android:attr/listPreferredItemPaddingEnd"
    android:importantForAccessibility="no">

    <com.google.android.material.button.MaterialButtonToggleGroup
        android:theme="@style/Theme.Material3.DynamicColors.DayNight"