From 8f4a9b11a7963f27cb1afbd0b702342d461cf585 Mon Sep 17 00:00:00 2001 From: Alan Viverette Date: Mon, 9 Jun 2014 17:46:10 -0700 Subject: Ripple tint is now color Change-Id: I541aec0c15075c80a9ee17af18eb6c192e04ef46 --- res/drawable/action_button_background.xml | 3 +-- res/drawable/call_log_background.xml | 3 +-- res/drawable/floating_action_button.xml | 3 +-- res/drawable/recent_lists_footer_background.xml | 3 +-- res/drawable/view_pager_tab_background.xml | 2 +- 5 files changed, 5 insertions(+), 9 deletions(-) (limited to 'res/drawable') diff --git a/res/drawable/action_button_background.xml b/res/drawable/action_button_background.xml index fd5bc6123..ea7434f24 100644 --- a/res/drawable/action_button_background.xml +++ b/res/drawable/action_button_background.xml @@ -15,8 +15,7 @@ limitations under the License. --> + android:color="?android:attr/colorControlHighlight"> diff --git a/res/drawable/call_log_background.xml b/res/drawable/call_log_background.xml index 4857fb54a..1b3dbc979 100644 --- a/res/drawable/call_log_background.xml +++ b/res/drawable/call_log_background.xml @@ -15,5 +15,4 @@ limitations under the License. --> \ No newline at end of file + android:color="?android:attr/colorControlHighlight" /> \ No newline at end of file diff --git a/res/drawable/floating_action_button.xml b/res/drawable/floating_action_button.xml index e4a9bb53e..d518dddd4 100644 --- a/res/drawable/floating_action_button.xml +++ b/res/drawable/floating_action_button.xml @@ -16,7 +16,6 @@ --> + android:color="@color/dialer_accent_color"> diff --git a/res/drawable/recent_lists_footer_background.xml b/res/drawable/recent_lists_footer_background.xml index 021174a16..b5029afcb 100644 --- a/res/drawable/recent_lists_footer_background.xml +++ b/res/drawable/recent_lists_footer_background.xml @@ -16,8 +16,7 @@ ~ limitations under the License --> + android:color="?android:attr/colorControlHighlight"> diff --git a/res/drawable/view_pager_tab_background.xml b/res/drawable/view_pager_tab_background.xml index 53f891c76..1ba6c57e0 100644 --- a/res/drawable/view_pager_tab_background.xml +++ b/res/drawable/view_pager_tab_background.xml @@ -15,7 +15,7 @@ ~ limitations under the License --> + android:color="@color/tab_ripple_color"> -- cgit v1.2.3