aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/res/drawable
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2018-06-01 17:20:36 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2018-06-01 18:42:20 +0530
commitaf814951f3692a9e34e184d779fb7fb1f11a0425 (patch)
treee897a979d35b2ab8b2826c7d855119fa7849638e /app/src/main/res/drawable
parentFloatingActionButton: Cleanup declaration of TranslucentLayerDrawable class (diff)
downloadwireguard-android-af814951f3692a9e34e184d779fb7fb1f11a0425.tar.xz
wireguard-android-af814951f3692a9e34e184d779fb7fb1f11a0425.zip
fab: Make label responsive to night mode
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'app/src/main/res/drawable')
-rw-r--r--app/src/main/res/drawable/fab_label_background.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/drawable/fab_label_background.xml b/app/src/main/res/drawable/fab_label_background.xml
index d626f442..92c42569 100644
--- a/app/src/main/res/drawable/fab_label_background.xml
+++ b/app/src/main/res/drawable/fab_label_background.xml
@@ -6,5 +6,5 @@
android:left="8dp"
android:right="8dp"
android:top="4dp" />
- <solid android:color="#444444" /> <!-- TODO(msf): themeify this -->
+ <solid android:color="@color/fab_label_background_color" />
</shape>