am c724d2cd: am ed7f0955: Merge change 27150 into eclair

Merge commit 'c724d2cd198b6ef3226ed415aac349a925a85d9d'

* commit 'c724d2cd198b6ef3226ed415aac349a925a85d9d':
  Fix FasttrackBadgeWidget pressed state.
This commit is contained in:
Evan Millar
2009-09-27 15:40:35 -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"