From 8f58e61d02fcb0ca90a2803e76a8792ec2c1f99a Mon Sep 17 00:00:00 2001 From: Tony Wickham Date: Fri, 15 Jul 2016 17:23:07 -0700 Subject: Update shortcut animations. - Open animation: shortcuts reveal using modified circular reveal (so that it reveals in the pill shape instead of a circle); slight translation away from the original icon; scale icon and text. - Hover animation: scale the shortcut pill and translate others away. Bug: 28980830 Bug: 30127368 Change-Id: I8ed05c7a082f2c2a3f6c663da7259f6cd33e394f --- res/layout/deep_shortcut.xml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'res/layout/deep_shortcut.xml') diff --git a/res/layout/deep_shortcut.xml b/res/layout/deep_shortcut.xml index b87923564..089546033 100644 --- a/res/layout/deep_shortcut.xml +++ b/res/layout/deep_shortcut.xml @@ -16,5 +16,13 @@ + android:layout_width="@dimen/bg_pill_width" + android:layout_height="@dimen/bg_pill_height" + android:elevation="@dimen/deep_shortcuts_elevation" + android:background="@drawable/bg_white_pill"> + + + -- cgit v1.2.3