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

Commit 85a7d472 authored by Yi-Ling Chuang's avatar Yi-Ling Chuang Committed by android-build-merger
Browse files

Merge "Fix the break of repo hook color check." into qt-dev am: 73ab8fcb

am: bff5746c

Change-Id: If0fccdb354d9b251d5362a6fec5faf3f6cf49cb1
parents 46b00f6b bff5746c
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -3357,4 +3357,20 @@
            column="5"/>
    </issue>

    <issue
        id="HardCodedColor"
        severity="Error"
        message="Avoid using hardcoded color"
        category="Correctness"
        priority="4"
        summary="Using hardcoded color"
        explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes.&#xA;This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app."
        errorLine1="    android:color=&quot;@color/notification_importance_button_unselected&quot;"
        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="res/drawable/button_border_unselected.xml"
            line="21"
            column="10"/>
    </issue>

</issues>