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

Commit c0735fcc authored by mxyyiyi's avatar mxyyiyi
Browse files

[Expressive Battery] Align padding start of non-background items with categroy title.

Fix: 409897296
Bug: 349652542
Test: visual
Flag: com.android.settingslib.widget.theme.flags.is_expressive_design_enabled
Change-Id: I753fdbe304deb6091b31ba57f5d33712a2910a6a
parent ebfd5458
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ public class PowerUsageTimePreference extends WarningFramePreference
                mContext.getResources()
                        .getDimensionPixelSize(
                                com.android.settingslib.widget.theme.R.dimen
                                        .settingslib_expressive_space_small1);
                                        .settingslib_expressive_space_extrasmall4);
    }

    @Override