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

Commit dd0a0a29 authored by Andrew Lee's avatar Andrew Lee Committed by Android Git Automerger
Browse files

am 4169c819: Use color constant for focus color.

* commit '4169c8198f89719d5a62eb2d2cf92c5432663ed8':
  Use color constant for focus color.
parents a12debf0 7adb8833
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>