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

Commit 8797057b authored by Lance Nanek's avatar Lance Nanek
Browse files

[Expressive design] Remove BulletPreference background to match Figma

Bug: 409131320
Test: manual
Flag: com.android.settingslib.widget.theme.flags.is_expressive_design_enabled
Change-Id: I9c03166e527fe0de943cd3ea69139d93bd2d08d5
parent 155437bb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ class BulletPreference @JvmOverloads constructor(
    attrs: AttributeSet? = null,
    defStyleAttr: Int = 0,
    defStyleRes: Int = 0
) : Preference(context, attrs, defStyleAttr, defStyleRes) {
) : Preference(context, attrs, defStyleAttr, defStyleRes), GroupSectionDividerMixin {

    init {
        layoutResource = R.layout.settingslib_expressive_bullet_preference