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

Commit 23213da6 authored by Clark Scheff's avatar Clark Scheff Committed by Gerrit Code Review
Browse files

Themes: Make notification action text color themeable

Change-Id: If7d61fc904eb016069f608534650ea67df27d0b1
parent 682198e3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
    android:gravity="start|center_vertical"
    android:drawablePadding="8dp"
    android:paddingStart="8dp"
    android:textColor="#ccc"
    android:textColor="@color/notification_action_text_color"
    android:textSize="14dp"
    android:singleLine="true"
    android:ellipsize="end"
+2 −0
Original line number Diff line number Diff line
@@ -19,4 +19,6 @@
    <drawable name="notification_action_list_bg">#00000000</drawable>
    <!-- Title divider bar for the dialog boxes -->
    <color name="dialog_title_divider">@android:color/holo_blue_light</color>
    <!-- Notification action text color -->
    <color name="notification_action_text_color">#ccc</color>
</resources>