aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/res/values/styles.xml
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2018-05-03 23:41:37 +0530
committerSamuel Holland <samuel@sholland.org>2018-05-05 10:08:24 -0500
commit6bd4f7495da6ab3abc3ad068438c590f011a83f6 (patch)
tree044bd8f7c5e470c3568b83b88854d457e0b3cb66 /app/src/main/res/values/styles.xml
parentTunnelEditor: Add toast messages to success events (diff)
downloadwireguard-android-6bd4f7495da6ab3abc3ad068438c590f011a83f6.tar.xz
wireguard-android-6bd4f7495da6ab3abc3ad068438c590f011a83f6.zip
styles: Propagate WireGuard red in UI
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
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>