summaryrefslogtreecommitdiff
path: root/res/drawable
diff options
context:
space:
mode:
authorHongwei Wang <hwwang@google.com>2013-09-05 13:36:22 -0700
committerHongwei Wang <hwwang@google.com>2013-09-05 13:36:22 -0700
commit51fca3daa6a8213f91209aab092748601a691270 (patch)
treeaa3ad6625b1b752517bdca02f11ed4f283b79067 /res/drawable
parent6bf6d90f35f5245b844d685e58ae132e9a32bc03 (diff)
Remove the pressed state on dialpad menu buttons
Bug: 10546375 Cleared also the pressed state drawables Change-Id: I53a29c3c926298dac3726bed553cd453247c1104
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/btn_call.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/res/drawable/btn_call.xml b/res/drawable/btn_call.xml
index abce98313..ae2f6c0c4 100644
--- a/res/drawable/btn_call.xml
+++ b/res/drawable/btn_call.xml
@@ -24,9 +24,6 @@
<!-- Even though these two point to the same resource, have two states so the drawable will invalidate itself when coming out of pressed state. -->
<item android:state_focused="true" android:state_enabled="false" android:state_pressed="true" android:drawable="@drawable/list_selector_disabled_holo_dark" />
<item android:state_focused="true" android:state_enabled="false" android:drawable="@drawable/list_selector_disabled_holo_dark" />
- <item android:state_focused="true" android:state_pressed="true" android:drawable="@drawable/btn_call_pressed" />
- <item android:state_focused="false" android:state_pressed="true" android:drawable="@drawable/btn_call_pressed" />
<item android:state_focused="true" android:drawable="@drawable/list_focused_holo" />
<item android:drawable="@android:color/transparent" />
</selector>
-