From 43e303886715d6115273cfba014a54805d3a1389 Mon Sep 17 00:00:00 2001 From: Guillaume Jacquart Date: Mon, 21 Mar 2022 17:13:10 +0000 Subject: Add PVC Widget #5076 --- app/src/main/res/values/colors.xml | 14 ++++++++++++++ app/src/main/res/values/strings.xml | 18 ++++++++++++++++++ 2 files changed, 32 insertions(+) (limited to 'app/src/main/res/values') diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index d867b74..2bf09cc 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -26,4 +26,18 @@ @lineageos.platform:color/color_default_blue1 #263238 #AADCFE + #FFE1F5FE + #FF81D4FA + #FF039BE5 + #FF01579B + + + + #DEFFFFFF + #BDFFFFFF + #FFFFFF + #61FFFFFF + + #33000000 + \ No newline at end of file diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 30f017c..a0df574 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -113,4 +113,22 @@ Following trackers are in use Enable or disable this tracker for the following apps Tracker + EXAMPLE + Add widget + This is an app widget description + + + Extended privacy + Your online privacy is protected + Your online privacy is unprotected + @string/dashboard_state_trackers_label + @string/dashboard_state_trackers_off + @string/dashboard_state_trackers_on + @string/dashboard_state_geolocation_label + @string/dashboard_state_geolocation_off + @string/dashboard_state_geolocation_on + @string/dashboard_state_ipaddress_label + @string/dashboard_state_ipaddress_off + @string/dashboard_state_ipaddress_on + @string/dashboard_graph_trackers_legend \ No newline at end of file -- cgit v1.2.1