aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/res/drawable/ic_action_edit.xml
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-06-01 04:16:45 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2018-06-01 14:57:25 +0200
commit92a22115fea52854063aa5fb0beb4a85bcf2bdc4 (patch)
tree2eb957c32b249401b717afc8f8adaba611af2767 /app/src/main/res/drawable/ic_action_edit.xml
parentfab: default to app theme colors (diff)
downloadwireguard-android-92a22115fea52854063aa5fb0beb4a85bcf2bdc4.tar.xz
wireguard-android-92a22115fea52854063aa5fb0beb4a85bcf2bdc4.zip
global: fix theme situation and clean up cruft while adding more cruft
Diffstat (limited to 'app/src/main/res/drawable/ic_action_edit.xml')
-rw-r--r--app/src/main/res/drawable/ic_action_edit.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/drawable/ic_action_edit.xml b/app/src/main/res/drawable/ic_action_edit.xml
index a0607f54..0a4d120e 100644
--- a/app/src/main/res/drawable/ic_action_edit.xml
+++ b/app/src/main/res/drawable/ic_action_edit.xml
@@ -4,6 +4,6 @@
android:viewportHeight="24"
android:viewportWidth="24">
<path
- android:fillColor="#FFFFFF"
+ android:fillColor="?android:attr/colorForeground"
android:pathData="M3,17.25V21h3.75L17.81,9.94l-3.75,-3.75L3,17.25zM20.71,7.04c0.39,-0.39 0.39,-1.02 0,-1.41l-2.34,-2.34c-0.39,-0.39 -1.02,-0.39 -1.41,0l-1.83,1.83 3.75,3.75 1.83,-1.83z" />
</vector>