summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/nav_header_main.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/nav_header_main.xml')
-rw-r--r--app/src/main/res/layout/nav_header_main.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/src/main/res/layout/nav_header_main.xml b/app/src/main/res/layout/nav_header_main.xml
index 04482cb34..98fa7e65b 100644
--- a/app/src/main/res/layout/nav_header_main.xml
+++ b/app/src/main/res/layout/nav_header_main.xml
@@ -25,7 +25,7 @@
android:layout_marginEnd="@dimen/activity_horizontal_margin"
android:contentDescription="@string/information"
android:src="@drawable/ic_baseline_more_vert_24"
- app:tint="?iconColor" />
+ app:tint="?colorControlNormal" />
<androidx.appcompat.widget.LinearLayoutCompat
android:layout_width="match_parent"
@@ -73,7 +73,7 @@
android:contentDescription="@string/open_menu"
android:gravity="center_vertical"
android:src="@drawable/ic_baseline_arrow_drop_down_24"
- app:tint="?iconColor" />
+ app:tint="?colorControlNormal" />
</androidx.appcompat.widget.LinearLayoutCompat>
@@ -101,7 +101,7 @@
android:layout_gravity="center_vertical|end"
android:contentDescription="@string/information"
android:src="@drawable/ic_baseline_info_24"
- app:tint="?iconColor" />
+ app:tint="?colorControlNormal" />
</androidx.appcompat.widget.LinearLayoutCompat>