aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/basic_header.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/basic_header.xml')
-rw-r--r--app/src/main/res/layout/basic_header.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/basic_header.xml b/app/src/main/res/layout/basic_header.xml
index b5ae900a..b1f94b33 100644
--- a/app/src/main/res/layout/basic_header.xml
+++ b/app/src/main/res/layout/basic_header.xml
@@ -5,7 +5,7 @@
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceMedium"
android:background="@android:color/transparent"
- android:textColor="@color/cyan"
+ android:textColor="?attr/colorAccent"
android:textStyle="bold"
android:paddingLeft="6dp"
android:paddingRight="6dp"