diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2018-06-01 17:20:36 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2018-06-01 18:42:20 +0530 |
commit | af814951f3692a9e34e184d779fb7fb1f11a0425 (patch) | |
tree | e897a979d35b2ab8b2826c7d855119fa7849638e /app/src/main/res/drawable | |
parent | a54a03aa2fac50c997546ea23a3f7f91e6d64c23 (diff) |
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.xml | 2 |
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> |