summaryrefslogtreecommitdiffhomepage
path: root/app/src/main/res/values
diff options
context:
space:
mode:
authorHarsh Shandilya <harsh@prjkt.io>2018-06-01 17:11:22 +0530
committerHarsh Shandilya <harsh@prjkt.io>2018-06-01 18:42:19 +0530
commit8e6d5a2aaed48cb426016100dfc504d687dc79e7 (patch)
tree0e0d93c561a8d458daf64f62201cab58daa7ff1b /app/src/main/res/values
parentd4f5151a3c2adcc52eb9366e622f3e0826cdc5b1 (diff)
FloatingActionButton: Make attribute grabbing not be terrible
Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r--app/src/main/res/values/colors.xml3
-rw-r--r--app/src/main/res/values/styles.xml2
2 files changed, 2 insertions, 3 deletions
diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml
index bb3b6e9b..09be7e8f 100644
--- a/app/src/main/res/values/colors.xml
+++ b/app/src/main/res/values/colors.xml
@@ -3,6 +3,5 @@
<!-- TODO(msf): remove these two hard-coded colors -->
<color name="list_item_activated">#cfd8dc</color> <!-- Blue Grey 200 -->
<color name="list_item_ripple">#808e95</color> <!-- Blue Grey 200 dark -->
-
- <!-- TODO(zx2c4): set this once we have a color decided - <color name="accent">#2196F3</color> -->
+ <color name="accent">#2196F3</color>
</resources>
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml
index f5cd3814..ea2b1434 100644
--- a/app/src/main/res/values/styles.xml
+++ b/app/src/main/res/values/styles.xml
@@ -2,7 +2,7 @@
<resources xmlns:android="http://schemas.android.com/apk/res/android">
<style name="AppTheme" parent="Theme.AppCompat.DayNight.DarkActionBar">
- <!--TODO(zx2c4): set this once we have a color decided: <item name="colorAccent">@color/accent</item>-->
+ <item name="colorAccent">@color/accent</item>
</style>
<style name="SettingsTheme" parent="AppTheme">