summaryrefslogtreecommitdiff
path: root/res/drawable
diff options
context:
space:
mode:
authorAlan Viverette <alanv@google.com>2014-05-21 16:25:04 -0700
committerAlan Viverette <alanv@google.com>2014-05-21 16:25:04 -0700
commitbcab5c484efde6a2b2fd6c01ee1c51a1695b5fe3 (patch)
tree4bf0b358faa2a5d4278cbb7af0ca0f39d3e9034e /res/drawable
parentc7b2a0e30aba4505a041a9ad0f8889f4891d30f8 (diff)
Update highlight attribute
Change-Id: I1d0e535409dc85a56c7690482b491ced98a2889f
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/action_button_background.xml2
-rw-r--r--res/drawable/call_log_background.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/res/drawable/action_button_background.xml b/res/drawable/action_button_background.xml
index 40b47e376..fd5bc6123 100644
--- a/res/drawable/action_button_background.xml
+++ b/res/drawable/action_button_background.xml
@@ -15,7 +15,7 @@
limitations under the License.
-->
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
- android:tint="?android:attr/colorButtonPressed"
+ android:tint="?android:attr/colorControlHighlight"
android:pinned="true">
<!-- Transparent background constrains the touch feedback ripple to the button, but also allows
touch feedback ripples in the parent to show under the button. -->
diff --git a/res/drawable/call_log_background.xml b/res/drawable/call_log_background.xml
index 166907a22..c0c488902 100644
--- a/res/drawable/call_log_background.xml
+++ b/res/drawable/call_log_background.xml
@@ -15,5 +15,5 @@
limitations under the License.
-->
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
- android:tint="?android:attr/colorButtonPressed"
+ android:tint="?android:attr/colorControlHighlight"
android:pinned="false" />