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

Commit aab3e486 authored by Lance Nanek's avatar Lance Nanek Committed by Android (Google) Code Review
Browse files

Merge "[Expressive design] Remove BulletPreference background to match Figma" into main

parents 4774f715 8797057b
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