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

Commit a8f09b0c authored by mxyyiyi's avatar mxyyiyi
Browse files

[Expressive design] Remove background for UsageProgressBarPreference.

Bug: 349652542
Bug: 355687551
Test: visual
Flag: EXEMPT flag by System prop
Change-Id: I0e16b3958a8ec0c57e4d1c6916fd8e1e27544f1f
parent 6801f23c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@ android_library {
    static_libs: [
        "androidx.preference_preference",
        "androidx-constraintlayout_constraintlayout",
        "SettingsLibSettingsTheme",
    ],

    sdk_version: "system_current",
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ import java.util.regex.Pattern;
 *
 * <p>This preference shows number in usage summary with enlarged font size.
 */
public class UsageProgressBarPreference extends Preference {
public class UsageProgressBarPreference extends Preference implements GroupSectionDividerMixin {

    private final Pattern mNumberPattern = Pattern.compile("[\\d]*[\\٫.,]?[\\d]+");