Merge change 27150 into eclair

* changes:
  Fix FasttrackBadgeWidget pressed state.
This commit is contained in:
Android (Google) Code Review
2009-09-25 18:44:25 -04:00
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"