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

Commit fbdbe9a7 authored by David Liu's avatar David Liu
Browse files

[Expressive design] Update LayoutPreference

- Implement GroupSectionDividerMixin to avoid rounded corner background.

Bug: 379932184
Test: visual test
Flag: EXEMPT update library
Change-Id: I4176ad80eb700dad8fea857c60618ca40a43a6e3
parent 29925d01
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ import androidx.preference.PreferenceViewHolder;
 *      xxxxxxx:allowDividerBelow="true"
 *
 */
public class LayoutPreference extends Preference {
public class LayoutPreference extends Preference implements GroupSectionDividerMixin {

    private final View.OnClickListener mClickListener = v -> performClick(v);
    private boolean mAllowDividerAbove;