From 1896344b53ddf6cdaf17dc02a05c45f587879d99 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Fri, 6 Jun 2014 17:20:13 -0700 Subject: Revise remove view target positioning. - Move placement from dialtacts activity layout to the lists fragment, so that it can be positioned over the tab bar. - Relocate references to RemoveView/RemoveViewContainer to the lists fragment from the activity class. - Set colors using tints, remove old highlight state asset. - Fade out search bar and recent card when dragging. Bug: 15434489 Change-Id: I49205c79aeb008a30efc3c2ea417b8836444e203 --- res/layout/dialtacts_activity.xml | 43 +------------------- res/layout/lists_fragment.xml | 86 ++++++++++++++++++++++++++++++--------- 2 files changed, 68 insertions(+), 61 deletions(-) (limited to 'res/layout') diff --git a/res/layout/dialtacts_activity.xml b/res/layout/dialtacts_activity.xml index c7a788da8..71e58cb48 100644 --- a/res/layout/dialtacts_activity.xml +++ b/res/layout/dialtacts_activity.xml @@ -35,49 +35,8 @@ android:layout_height="match_parent" android:layout_width="match_parent" android:id="@+id/dialtacts_frame" - android:clipChildren="false" - > - - - - + android:clipChildren="false" /> - - - - - - + android:animateLayoutChanges="true" > + - - + + - + + + + + + + + - - + android:layout_height="@dimen/tab_height" + android:layout_alignParentTop="true" > + + + + + + + + + + + + + -- cgit v1.2.3