aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/res/values/styles.xml
diff options
context:
space:
mode:
authorHarsh Shandilya <harsh@prjkt.io>2018-05-03 23:41:37 +0530
committerSamuel Holland <samuel@sholland.org>2018-05-05 10:08:24 -0500
commitadd6959914d4f5e94f03f6429f583c251aab347e (patch)
tree044bd8f7c5e470c3568b83b88854d457e0b3cb66 /app/src/main/res/values/styles.xml
parentTunnelEditor: Add toast messages to success events (diff)
downloadwireguard-android-add6959914d4f5e94f03f6429f583c251aab347e.tar.xz
wireguard-android-add6959914d4f5e94f03f6429f583c251aab347e.zip
styles: Propagate WireGuard red in UI
Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
Diffstat (limited to '')
-rw-r--r--app/src/main/res/values/styles.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml
index 1fda6aa6..ae6d0574 100644
--- a/app/src/main/res/values/styles.xml
+++ b/app/src/main/res/values/styles.xml
@@ -1,7 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:android="http://schemas.android.com/apk/res/android">
- <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar" />
+ <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
+ <item name="colorAccent">@color/wireguard_brand_red</item>
+ </style>
<style name="SettingsTheme" parent="AppTheme">
<item name="preferenceTheme">@style/PreferenceThemeOverlay.v14.Material</item>