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

Commit ca3941c5 authored by Seweryn Fornalik's avatar Seweryn Fornalik
Browse files

Changes after review

parent 70e5dd6e
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -35,9 +35,6 @@

    <color name="default_background">#1D1D1D</color>

    <color name="color_red">#FF0000</color>
    <color name="color_blue_light">#68C3FC</color>

    <!-- shadowColor for widget text -->
    <color name="widget_shadow_color">#000000</color>

@@ -46,6 +43,7 @@
    <color name="color_default_foreground">@lineageos.platform:color/color_default_foreground</color>
    <color name="color_default_primary_text">@lineageos.platform:color/color_default_primary_text</color>
    <color name="color_default_blue1">@lineageos.platform:color/color_default_blue1</color>
    <color name="color_default_red1">@lineageos.platform:color/color_default_red1</color>



+2 −2
Original line number Diff line number Diff line
@@ -487,7 +487,7 @@ public class AlarmActivity extends BaseActivity
        LOGGER.v("Snoozed: %s", mAlarmInstance);

        final int colorAccent = ThemeUtils.resolveColor(this, R.attr.colorAccent);
        final int colorRed = ThemeUtils.resolveColor(this, R.color.color_red);
        final int colorRed = ThemeUtils.resolveColor(this, R.color.color_default_red1);

        setAnimatedFractions(1.0f /* snoozeFraction */, 0.0f /* dismissFraction */);

@@ -515,7 +515,7 @@ public class AlarmActivity extends BaseActivity
        mAlarmHandled = true;
        LOGGER.v("Dismissed: %s", mAlarmInstance);

        final int colorBlueLight = ThemeUtils.resolveColor(this, R.color.color_blue_light);
        final int colorBlueLight = ThemeUtils.resolveColor(this, R.color.color_default_blue1);

        setAnimatedFractions(0.0f /* snoozeFraction */, 1.0f /* dismissFraction */);