Fix FasttrackBadgeWidget pressed state.
Change-Id: Ia71fbcbff527c287d53120bd827a307797f5f3a2
|
Before Width: | Height: | Size: 627 B After Width: | Height: | Size: 627 B |
|
Before Width: | Height: | Size: 709 B After Width: | Height: | Size: 709 B |
|
Before Width: | Height: | Size: 609 B After Width: | Height: | Size: 609 B |
|
Before Width: | Height: | Size: 651 B After Width: | Height: | Size: 651 B |
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||