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

Commit 2d6209e9 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Update icon names" into ub-launcher3-master

parents d30b020a 000e7cab
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -73,11 +73,11 @@ public interface ResourceConstants {
    String CONFIG_HEADLINE_FONT_FAMILY = "config_headlineFontFamily";
    String[] ICONS_FOR_PREVIEW = {
            "ic_wifi_signal_3",
            "ic_qs_bluetooth_on",
            "ic_dnd",
            "ic_signal_flashlight",
            "ic_qs_bluetooth",
            "ic_qs_dnd",
            "ic_qs_flashlight",
            "ic_qs_auto_rotate",
            "ic_signal_airplane"
            "ic_qs_airplane"
    };

    ArrayList<String> sTargetPackages = new ArrayList<>();
+1 −1
Original line number Diff line number Diff line
@@ -244,7 +244,7 @@ public class DefaultThemeProvider extends ResourcesApkProvider implements ThemeB
    private void addSysUiIconOverlay(Builder builder, String iconSysUiOverlayPackage)
            throws NameNotFoundException {
        if (!TextUtils.isEmpty(iconSysUiOverlayPackage)) {
            addIconOverlay(builder, iconSysUiOverlayPackage, ICONS_FOR_PREVIEW);
            addIconOverlay(builder, iconSysUiOverlayPackage);
        }
    }