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

Commit 7adb8833 authored by Andrew Lee's avatar Andrew Lee
Browse files

Use color constant for focus color.

Change-Id: I5213ed065a2ce88c1ee12f94022a2aae726f4a81
parent 024885c9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@
        <shape android:shape="rectangle" >
            <stroke
                android:width="4dp"
                android:color="#44ff0000" />
                android:color="@color/focus_color" />
        </shape>
    </item>
</layer-list>
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
        <shape android:shape="rectangle" >
            <stroke
                android:width="4dp"
                android:color="#44ff0000" />
                android:color="@color/focus_color" />
        </shape>
    </item>
</layer-list>
 No newline at end of file
+2 −0
Original line number Diff line number Diff line
@@ -18,6 +18,8 @@
    <!-- Background color corresponding to the holo list 9-patch. -->
    <color name="holo_list_background_color">#eeeeee</color>

    <color name="focus_color">#44ff0000</color>

    <!-- Divider color for header separator -->
    <color name="primary_text_color">#363636</color>