summaryrefslogtreecommitdiffstats
path: root/res/anim
diff options
context:
space:
mode:
Diffstat (limited to 'res/anim')
-rw-r--r--res/anim/paged_view_click_feedback.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/anim/paged_view_click_feedback.xml b/res/anim/paged_view_click_feedback.xml
index 786d9744a..d1e6e2360 100644
--- a/res/anim/paged_view_click_feedback.xml
+++ b/res/anim/paged_view_click_feedback.xml
@@ -16,8 +16,8 @@
<alpha xmlns:android="http://schemas.android.com/apk/res/android"
android:fromAlpha="1.0"
- android:toAlpha="0.65"
- android:duration="100"
+ android:toAlpha="0.5"
+ android:duration="75"
android:fillAfter="true"
android:repeatCount="1"
android:repeatMode="reverse" />