am ed7f0955: Merge change 27150 into eclair

Merge commit 'ed7f0955b7a4535c963b0de2b89e41febfd1416e' into eclair-plus-aosp

* commit 'ed7f0955b7a4535c963b0de2b89e41febfd1416e':
  Fix FasttrackBadgeWidget pressed state.
This commit is contained in:
Evan Millar
2009-09-25 15:50:40 -07:00
committed by Android Git Automerger
6 changed files with 2 additions and 2 deletions

View File

Before

Width:  |  Height:  |  Size: 627 B

After

Width:  |  Height:  |  Size: 627 B

View File

Before

Width:  |  Height:  |  Size: 709 B

After

Width:  |  Height:  |  Size: 709 B

View File

Before

Width:  |  Height:  |  Size: 609 B

After

Width:  |  Height:  |  Size: 609 B

View File

Before

Width:  |  Height:  |  Size: 651 B

After

Width:  |  Height:  |  Size: 651 B

View File

@@ -19,7 +19,7 @@
android:state_focused="false"
android:state_selected="false"
android:state_pressed="false"
android:drawable="@drawable/fasttrack_badge" />
android:drawable="@drawable/fasttrack_badge_unpressed" />
<item
android:state_pressed="true"

View File

@@ -19,7 +19,7 @@
android:state_focused="false"
android:state_selected="false"
android:state_pressed="false"
android:drawable="@drawable/fasttrack_badge_small" />
android:drawable="@drawable/fasttrack_badge_small_unpressed" />
<item
android:state_pressed="true"