Fix FasttrackBadgeWidget pressed state.

Change-Id: Ia71fbcbff527c287d53120bd827a307797f5f3a2
This commit is contained in:
Evan Millar
2009-09-25 15:35:57 -07:00
parent 13ab701e0a
commit fd3fdf1309
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"