diff options
author | Andrew Lee <anwlee@google.com> | 2014-08-18 17:44:26 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-08-16 03:56:00 +0000 |
commit | c789c6bf4b4f9aae943d024e90647e81f7e30fc4 (patch) | |
tree | d46de750f402709c011919c04802e508d9ed12c2 /res | |
parent | a948c23168d1e954859390dc3245c31ad9be9476 (diff) | |
parent | f43b32f1b227c043bc7d7af0d66dfc0c9aa5a2e8 (diff) |
Merge "Tweak FAB tints and positioning." into lmp-dev
Diffstat (limited to 'res')
-rw-r--r-- | res/drawable/floating_action_button.xml | 2 | ||||
-rw-r--r-- | res/values/colors.xml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/res/drawable/floating_action_button.xml b/res/drawable/floating_action_button.xml index 347e9d490..cbbfb8542 100644 --- a/res/drawable/floating_action_button.xml +++ b/res/drawable/floating_action_button.xml @@ -16,6 +16,6 @@ --> <ripple xmlns:android="http://schemas.android.com/apk/res/android" - android:color="@color/dialer_accent_color"> + android:color="@color/floating_action_button_touch_tint"> <item android:drawable="@drawable/fab_blue" /> </ripple> diff --git a/res/values/colors.xml b/res/values/colors.xml index 448d1e6c1..a3fd3f923 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -19,7 +19,6 @@ <color name="dialtacts_primary_text_color">#333</color> <!-- Secondary text color in the Dialer --> <color name="dialtacts_secondary_text_color">#737373</color> - <color name="dialer_accent_color">#eeff41</color> <color name="dialer_red_highlight_color">#ff1744</color> <color name="dialer_green_highlight_color">#00c853</color> @@ -100,7 +99,8 @@ <!-- Color for icons in the actionbar --> <color name="actionbar_icon_color">#ffffff</color> - <color name="dialer_dialpad_touch_tint">#331dc7db</color> + <color name="dialer_dialpad_touch_tint">#330288d1</color> + <color name="floating_action_button_touch_tint">#80ffffff</color> </resources> |