Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 18006ebc authored by Maurice Chu's avatar Maurice Chu
Browse files

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
parent e919fba5
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -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>