summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-10-15 17:09:19 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-10-15 17:09:20 +0000
commitf59b9193bf886b769ab6cd7d2f51257653f1aa7b (patch)
tree0e198814bd9fbface2f890839ab33dfcb93ad12f /res/layout
parent9420542250042de66dbd667a43640c94301879d2 (diff)
parentb2791310617c51ddca81d2a7d9320b105f48cf71 (diff)
Merge "Add touch feedback to action buttons" into lmp-mr1-dev
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/call_log_list_item_actions.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/res/layout/call_log_list_item_actions.xml b/res/layout/call_log_list_item_actions.xml
index ac83f4ac8..1280089f5 100644
--- a/res/layout/call_log_list_item_actions.xml
+++ b/res/layout/call_log_list_item_actions.xml
@@ -30,7 +30,7 @@
>
<TextView
android:id="@+id/call_back_action"
- android:background="@drawable/action_button_background"
+ android:background="?android:attr/selectableItemBackground"
android:gravity="center"
android:layout_width="wrap_content"
android:layout_height="match_parent"
@@ -46,7 +46,7 @@
android:singleLine="true"/>
<TextView
android:id="@+id/video_call_action"
- android:background="@drawable/action_button_background"
+ android:background="?android:attr/selectableItemBackground"
android:gravity="center"
android:layout_width="wrap_content"
android:layout_height="match_parent"
@@ -62,7 +62,7 @@
android:singleLine="true"/>
<TextView
android:id="@+id/voicemail_action"
- android:background="@drawable/action_button_background"
+ android:background="?android:attr/selectableItemBackground"
android:gravity="center"
android:layout_width="wrap_content"
android:layout_height="match_parent"
@@ -78,7 +78,7 @@
android:singleLine="true"/>
<TextView
android:id="@+id/details_action"
- android:background="@drawable/action_button_background"
+ android:background="?android:attr/selectableItemBackground"
android:gravity="center"
android:layout_width="wrap_content"
android:layout_height="match_parent"
@@ -94,7 +94,7 @@
android:singleLine="true"/>
<TextView
android:id="@+id/report_action"
- android:background="@drawable/action_button_background"
+ android:background="?android:attr/selectableItemBackground"
android:gravity="center"
android:layout_width="wrap_content"
android:layout_height="match_parent"