From f44d0f7c4a6db30e4bd29c07c56f2998c7874b51 Mon Sep 17 00:00:00 2001 From: Guillaume Jacquart Date: Sat, 17 Sep 2022 20:12:43 +0200 Subject: 256 : Add tooltip info about apps lists. --- app/src/main/res/drawable/ic_info_16dp.xml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 app/src/main/res/drawable/ic_info_16dp.xml (limited to 'app/src/main/res/drawable') diff --git a/app/src/main/res/drawable/ic_info_16dp.xml b/app/src/main/res/drawable/ic_info_16dp.xml new file mode 100644 index 0000000..5d241e7 --- /dev/null +++ b/app/src/main/res/drawable/ic_info_16dp.xml @@ -0,0 +1,4 @@ + + + -- cgit v1.2.1 From 15fc60edf7b9dbda7be96dbafb316edc70a016b6 Mon Sep 17 00:00:00 2001 From: Guillaume Jacquart Date: Tue, 20 Sep 2022 09:13:54 +0200 Subject: Tint icon with text color to handle dark mode --- app/src/main/res/drawable/ic_info_16dp.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'app/src/main/res/drawable') diff --git a/app/src/main/res/drawable/ic_info_16dp.xml b/app/src/main/res/drawable/ic_info_16dp.xml index 5d241e7..063fb73 100644 --- a/app/src/main/res/drawable/ic_info_16dp.xml +++ b/app/src/main/res/drawable/ic_info_16dp.xml @@ -1,3 +1,19 @@ + -- cgit v1.2.1