From 92d892c0cd5462237f818b1129d936d95640e297 Mon Sep 17 00:00:00 2001 From: Selim Cinek Date: Thu, 11 Sep 2014 15:11:00 +0200 Subject: Changed the swipe up search affordance The previous card animation is removed and replaced by a animating circle with a shadow. Also fixes several cases where the card could either get stuck and the affordance was not launched. Bug: 17457300 Bug: 17444236 Change-Id: I005313a1dbe63d338490e6100dd3bd01e35687ba --- packages/SystemUI/res/layout/status_bar_search_panel.xml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'packages/SystemUI/res/layout') diff --git a/packages/SystemUI/res/layout/status_bar_search_panel.xml b/packages/SystemUI/res/layout/status_bar_search_panel.xml index f025abd..e0520ef 100644 --- a/packages/SystemUI/res/layout/status_bar_search_panel.xml +++ b/packages/SystemUI/res/layout/status_bar_search_panel.xml @@ -30,17 +30,14 @@ android:id="@+id/search_panel_scrim" android:background="@drawable/search_panel_scrim" /> - + - + -- cgit v1.1