summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2015-04-06 16:32:06 -0700
committerAndrew Lee <anwlee@google.com>2015-04-06 16:47:36 -0700
commitc6fde8d1b9a4e586ca65b82e9911089a9da14508 (patch)
tree39359b89dc0980fe551ae3134aca74c470285e48 /res
parent2370e85a8203b4dc3722f2e013124e1e88d15b7c (diff)
Remove expand/collapse animations in the Call Log.
- Remove animation logic in CallLogFragment. - Remove expand listener from CallLogAdapter. + Update tests and constructor. This preemptively removes expand/collapse behavior. While this will result in a janky short-term experience, this is an incremental step in shifting to RecyclerView and the new "Card" UI. I figured it would be most efficient to delete it straight up, rather than coding in intermediate logic to work with the RecyclerView because it will be made obsolete by the Cards UI anyways. In the long run, expand/collapse animation behavior will be restored once the call log is migrated to RecyclerView and converted to Cards. Bug: 19372817 Change-Id: Icbdc7dcb9f2f2223456c29334c826d38917b087a
Diffstat (limited to 'res')
-rw-r--r--res/values/animation_constants.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/res/values/animation_constants.xml b/res/values/animation_constants.xml
index b8b2a59f4..4e4bc36e1 100644
--- a/res/values/animation_constants.xml
+++ b/res/values/animation_constants.xml
@@ -27,16 +27,4 @@
<dimen name="min_swipe">0dip</dimen>
<dimen name="min_vert">10dip</dimen>
<dimen name="min_lock">20dip</dimen>
-
- <!-- Expand/collapse of call log entry duration. -->
- <integer name="call_log_expand_collapse_duration">200</integer>
-
- <!-- Start delay for the fade in of the call log actions. -->
- <integer name="call_log_actions_fade_start">150</integer>
-
- <!-- Duration of the fade in of the call log actions. -->
- <integer name="call_log_actions_fade_in_duration">50</integer>
-
- <!-- Duration of the fade out of the call log actions. -->
- <integer name="call_log_actions_fade_out_duration">20</integer>
</resources>