diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2018-06-01 17:11:22 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2018-06-01 18:42:19 +0530 |
commit | 4edfdd8f3bf39fb578ef61e0c21cd06d0bb8a15d (patch) | |
tree | 0e0d93c561a8d458daf64f62201cab58daa7ff1b /app/src/main/res/values/styles.xml | |
parent | 32d669a661edec69f88f5d2646071de761b87630 (diff) |
FloatingActionButton: Make attribute grabbing not be terrible
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'app/src/main/res/values/styles.xml')
-rw-r--r-- | app/src/main/res/values/styles.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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"> |