summaryrefslogtreecommitdiff
path: root/app/src/main/res/values
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r--app/src/main/res/values/colors.xml2
-rw-r--r--app/src/main/res/values/strings.xml7
2 files changed, 8 insertions, 1 deletions
diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml
index f8c6127..4f45122 100644
--- a/app/src/main/res/values/colors.xml
+++ b/app/src/main/res/values/colors.xml
@@ -7,4 +7,6 @@
<color name="teal_700">#FF018786</color>
<color name="black">#FF000000</color>
<color name="white">#FFFFFFFF</color>
+
+ <color name="accent">@lineageos.platform:color/color_default_accent</color>
</resources> \ 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 fd24223..3105ddb 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -42,5 +42,10 @@
<string name="quick_protection">Quick Protection</string>
<string name="privacy_dashboard">Privacy Dashboard</string>
<string name="click_to_learn_more">Click to learn more</string>
- <string name="apps_permissions">\"Apps Permission\"</string>
+ <string name="apps_permissions">Apps Permission</string>
+ <string name="trackers">Trackers</string>
+ <string name="manage_trackers_info">See trackers usage over time and manage trackers available in applications</string>
+ <string name="following_trackers_in_use">Following trackers are in use</string>
+ <string name="enable_disable_tracker_info">Enable or disable this tracker for the following apps</string>
+ <string name="tracker">Tracker</string>
</resources> \ No newline at end of file