summaryrefslogtreecommitdiffstats
path: root/core/res/res/layout/notification_action.xml
diff options
context:
space:
mode:
Diffstat (limited to 'core/res/res/layout/notification_action.xml')
-rw-r--r--core/res/res/layout/notification_action.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/layout/notification_action.xml b/core/res/res/layout/notification_action.xml
index 4e7c74c879b..e93f96724ff 100644
--- a/core/res/res/layout/notification_action.xml
+++ b/core/res/res/layout/notification_action.xml
@@ -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"