From 9e528e1f6f95d392bf2722b98e682e379b7aca2e Mon Sep 17 00:00:00 2001 From: Tommaso Berlose Date: Mon, 5 Oct 2020 00:59:37 +0200 Subject: [PATCH] Update the icons --- .gitignore | 1 + app/src/main/res/layout/fragment_calendar_settings.xml | 3 ++- app/src/main/res/layout/fragment_clock_settings.xml | 5 +++-- app/src/main/res/layout/fragment_glance_settings.xml | 3 ++- app/src/main/res/layout/fragment_weather_settings.xml | 5 +++-- 5 files changed, 11 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 363f48a..3b9685b 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ .externalNativeBuild /tasksintegration/build /app/google-services.json +apikey.properties \ No newline at end of file diff --git a/app/src/main/res/layout/fragment_calendar_settings.xml b/app/src/main/res/layout/fragment_calendar_settings.xml index e0599da..0a16d41 100644 --- a/app/src/main/res/layout/fragment_calendar_settings.xml +++ b/app/src/main/res/layout/fragment_calendar_settings.xml @@ -42,7 +42,8 @@ android:layout_width="48dp" android:layout_height="48dp" android:padding="12dp" - android:src="@drawable/calendar"/> + app:tint="@color/colorPrimaryText" + android:src="@drawable/round_today"/> + android:padding="12dp" + app:tint="@color/colorPrimaryText" + android:src="@drawable/round_alarm"/> + app:tint="@color/colorPrimaryText" + android:src="@drawable/round_widgets"/> + app:tint="@color/colorPrimaryText" + android:src="@drawable/round_brightness_5"/>