From 3adbd832598bf247a27409ab21c747be8d58fc56 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Fri, 17 May 2024 11:34:42 +0200 Subject: [PATCH] Fixed some icons color --- app/src/main/res/layout/file_media_viewer_activity.xml | 4 ++-- app/src/main/res/layout/file_viewer_activity.xml | 4 ++-- app/src/main/res/layout/recordings_fragment.xml | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app/src/main/res/layout/file_media_viewer_activity.xml b/app/src/main/res/layout/file_media_viewer_activity.xml index fe78edc71..1c25b5076 100644 --- a/app/src/main/res/layout/file_media_viewer_activity.xml +++ b/app/src/main/res/layout/file_media_viewer_activity.xml @@ -105,7 +105,7 @@ android:padding="15dp" android:src="@drawable/share_network" android:contentDescription="@string/content_description_share_file" - app:tint="?attr/color_main1_500" + app:tint="?attr/color_main2_500" app:layout_constraintEnd_toStartOf="@id/save" app:layout_constraintTop_toTopOf="parent" /> @@ -118,7 +118,7 @@ android:padding="15dp" android:src="@drawable/download_simple" android:contentDescription="@string/content_description_save_file" - app:tint="?attr/color_main1_500" + app:tint="?attr/color_main2_500" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintTop_toTopOf="parent" /> diff --git a/app/src/main/res/layout/file_viewer_activity.xml b/app/src/main/res/layout/file_viewer_activity.xml index d37242f85..9d3799c3b 100644 --- a/app/src/main/res/layout/file_viewer_activity.xml +++ b/app/src/main/res/layout/file_viewer_activity.xml @@ -145,7 +145,7 @@ android:padding="15dp" android:src="@drawable/share_network" android:contentDescription="@string/content_description_share_file" - app:tint="?attr/color_main1_500" + app:tint="?attr/color_main2_500" app:layout_constraintEnd_toStartOf="@id/save" app:layout_constraintTop_toTopOf="parent" /> @@ -158,7 +158,7 @@ android:padding="15dp" android:src="@drawable/download_simple" android:contentDescription="@string/content_description_save_file" - app:tint="?attr/color_main1_500" + app:tint="?attr/color_main2_500" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintTop_toTopOf="parent" /> diff --git a/app/src/main/res/layout/recordings_fragment.xml b/app/src/main/res/layout/recordings_fragment.xml index 30fd41b6a..482c700ed 100644 --- a/app/src/main/res/layout/recordings_fragment.xml +++ b/app/src/main/res/layout/recordings_fragment.xml @@ -63,7 +63,7 @@ app:layout_constraintBottom_toBottomOf="@id/title" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintTop_toTopOf="@id/title" - app:tint="?attr/color_main1_500" /> + app:tint="?attr/color_main2_500" /> + app:tint="?attr/color_main2_500" /> + app:tint="?attr/color_main2_500" />