summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorJonathan Miranda <jonmiranda@google.com>2017-04-26 17:53:25 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2017-04-26 17:53:25 +0000
commitb85f5dfcba3833b2a520e14fb6526de58763444f (patch)
tree60dd839ddfcd0784b8ded2a32e7b974c61c4ba95 /res
parent59c4ae4d89aefebe19c020742db9c37eb8b39798 (diff)
parent4e08b5b8ba8a926a1fff2fe6db851f3795e44026 (diff)
downloadandroid_packages_apps_Trebuchet-b85f5dfcba3833b2a520e14fb6526de58763444f.tar.gz
android_packages_apps_Trebuchet-b85f5dfcba3833b2a520e14fb6526de58763444f.tar.bz2
android_packages_apps_Trebuchet-b85f5dfcba3833b2a520e14fb6526de58763444f.zip
Merge "Set the alpha to 1 when overview button is focused." into ub-launcher3-dorval
Diffstat (limited to 'res')
-rw-r--r--res/animator/overview_button_anim.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/res/animator/overview_button_anim.xml b/res/animator/overview_button_anim.xml
index aac3d2655..585f165b1 100644
--- a/res/animator/overview_button_anim.xml
+++ b/res/animator/overview_button_anim.xml
@@ -24,13 +24,6 @@
android:valueType="floatType" />
</item>
- <item android:state_focused="true">
- <objectAnimator
- android:duration="@android:integer/config_shortAnimTime"
- android:propertyName="alpha"
- android:valueTo="0.5"
- android:valueType="floatType" />
- </item>
<item>
<objectAnimator
android:duration="@android:integer/config_shortAnimTime"