aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/res/values/colors.xml
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2018-07-30 11:01:11 +0530
committerJason A. Donenfeld <Jason@zx2c4.com>2018-07-30 14:28:27 +0200
commit6493a9a1f2878f9c95472fc86052b8facab66341 (patch)
tree9f49233b1deb1a672014ee5b34a5ccf295ad7524 /app/src/main/res/values/colors.xml
parentMonkeyedSnackbar: fix typos (diff)
downloadwireguard-android-6493a9a1f2878f9c95472fc86052b8facab66341.tar.xz
wireguard-android-6493a9a1f2878f9c95472fc86052b8facab66341.zip
Remove placeholder color and directly use alpha
Why wasn't this done like this in the first place? Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to '')
-rw-r--r--app/src/main/res/values/colors.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml
index d8e8018c..87454a73 100644
--- a/app/src/main/res/values/colors.xml
+++ b/app/src/main/res/values/colors.xml
@@ -7,7 +7,4 @@
<color name="fab_label_background_color">#444444</color>
<color name="accent">#2196F3</color>
-
- <!-- TODO(msf): replace with ?android:attr/colorBackground with some alpha -->
- <color name="transparent_background_placeholder">#aafafafa</color>
</resources>