Changed on-press state to show the standard blue
Also, took out the slow fade when pressing the
View Updates button to go to Google+ (or whatever
group source).
Bug: 6011447
Change-Id: I6d86ae611e6f832ed1a0f4729c72e976236c5a17
diff --git a/res/drawable/gray_action_bar_background.xml b/res/drawable/gray_action_bar_background.xml
index 7ebf604..4192313 100644
--- a/res/drawable/gray_action_bar_background.xml
+++ b/res/drawable/gray_action_bar_background.xml
@@ -14,8 +14,9 @@
limitations under the License.
-->
-<selector xmlns:android="http://schemas.android.com/apk/res/android"
- android:exitFadeDuration="@android:integer/config_mediumAnimTime">
- <item android:state_pressed="true" android:drawable="@drawable/action_bar_item_pressed_holo_light"/>
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+ <item
+ android:state_pressed="true"
+ android:drawable="@drawable/ab_solid_custom_blue_inverse_holo"/>
<item android:drawable="@drawable/ab_stacked_solid_inverse_holo" />
</selector>