diff options
author | Hongwei Wang <hwwang@google.com> | 2013-09-05 15:10:37 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-09-05 15:10:37 -0700 |
commit | 63f6ed1e96a12d425ead0ad5526508b8795b5d8f (patch) | |
tree | f69af32bfe95bcf341d5c6c4b03119949afbe660 /res | |
parent | c3395abd0181f623fb4879d0f5bb0f05b06acde5 (diff) | |
parent | bdbf830c5629b0bdef47df8466286f4676423c04 (diff) |
am bdbf830c: Merge "Remove the pressed state on dialpad menu buttons" into klp-dev
* commit 'bdbf830c5629b0bdef47df8466286f4676423c04':
Remove the pressed state on dialpad menu buttons
Diffstat (limited to 'res')
-rw-r--r-- | res/drawable-hdpi/btn_call_pressed.png | bin | 500 -> 0 bytes | |||
-rw-r--r-- | res/drawable-mdpi/btn_call_pressed.png | bin | 422 -> 0 bytes | |||
-rw-r--r-- | res/drawable-xhdpi/btn_call_pressed.png | bin | 617 -> 0 bytes | |||
-rw-r--r-- | res/drawable/btn_call.xml | 3 |
4 files changed, 0 insertions, 3 deletions
diff --git a/res/drawable-hdpi/btn_call_pressed.png b/res/drawable-hdpi/btn_call_pressed.png Binary files differdeleted file mode 100644 index 6b497a2d0..000000000 --- a/res/drawable-hdpi/btn_call_pressed.png +++ /dev/null diff --git a/res/drawable-mdpi/btn_call_pressed.png b/res/drawable-mdpi/btn_call_pressed.png Binary files differdeleted file mode 100644 index 637b06aa6..000000000 --- a/res/drawable-mdpi/btn_call_pressed.png +++ /dev/null diff --git a/res/drawable-xhdpi/btn_call_pressed.png b/res/drawable-xhdpi/btn_call_pressed.png Binary files differdeleted file mode 100644 index cdf52f88b..000000000 --- a/res/drawable-xhdpi/btn_call_pressed.png +++ /dev/null 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> - |