summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorAlan Viverette <alanv@google.com>2014-06-09 17:46:10 -0700
committerAlan Viverette <alanv@google.com>2014-06-10 00:59:05 +0000
commit8f4a9b11a7963f27cb1afbd0b702342d461cf585 (patch)
tree4b51697d3ab22a16b8d56a4cecd8840e67666ef8 /res/drawable
parent77762c586d861bcc90ec9ac0211dddc886df4db0 (diff)
downloadandroid_packages_apps_Dialer-8f4a9b11a7963f27cb1afbd0b702342d461cf585.tar.gz
android_packages_apps_Dialer-8f4a9b11a7963f27cb1afbd0b702342d461cf585.tar.bz2
android_packages_apps_Dialer-8f4a9b11a7963f27cb1afbd0b702342d461cf585.zip
Ripple tint is now color
Change-Id: I541aec0c15075c80a9ee17af18eb6c192e04ef46
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/action_button_background.xml3
-rw-r--r--res/drawable/call_log_background.xml3
-rw-r--r--res/drawable/floating_action_button.xml3
-rw-r--r--res/drawable/recent_lists_footer_background.xml3
-rw-r--r--res/drawable/view_pager_tab_background.xml2
5 files changed, 5 insertions, 9 deletions
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.
-->
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
- android:tint="?android:attr/colorControlHighlight"
- android:pinned="true">
+ android:color="?android:attr/colorControlHighlight">
<!-- Transparent background constrains the touch feedback ripple to the button, but also allows
touch feedback ripples in the parent to show under the button. -->
<item>
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.
-->
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
- android:tint="?android:attr/colorControlHighlight"
- android:pinned="false" /> \ 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 @@
-->
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
- android:tint="@color/dialer_accent_color"
- android:pinned="true">
+ android:color="@color/dialer_accent_color">
<item android:drawable="@drawable/fab_teal_background" />
</ripple>
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
-->
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
- android:tint="?android:attr/colorControlHighlight"
- android:pinned="false">
+ android:color="?android:attr/colorControlHighlight">
<!-- Mask to constrain the ripple to the bounds of the view. -->
<item android:id="@android:id/mask">
<color android:color="@android:color/white" />
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
-->
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
- android:tint="@color/tab_ripple_color">
+ android:color="@color/tab_ripple_color">
<item android:id="@android:id/mask">
<color android:color="@android:color/white" />
</item>