diff options
author | Hongwei Wang <hwwang@google.com> | 2013-09-16 15:12:56 -0700 |
---|---|---|
committer | Hongwei Wang <hwwang@google.com> | 2013-09-16 20:40:20 -0700 |
commit | 4911300ae3fa7ab186ee271f8bc431b65a819a3c (patch) | |
tree | 6e820b603b6475259b3d26a0555ee883bc355c81 /res | |
parent | f796309c9492475cc1911d22fda5319d6d4c4853 (diff) |
Crossfade when drop to the position
Bug: 10686781
Change-Id: I8e5546b1eb8f914054e9525e8d763928d35836a8
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/phone_favorites_fragment.xml | 6 | ||||
-rw-r--r-- | res/values/animation_constants.xml | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/res/layout/phone_favorites_fragment.xml b/res/layout/phone_favorites_fragment.xml index 6023fc84e..4d3abf490 100644 --- a/res/layout/phone_favorites_fragment.xml +++ b/res/layout/phone_favorites_fragment.xml @@ -45,5 +45,11 @@ android:layout_marginTop="@dimen/empty_message_top_margin" android:textColor="?android:attr/textColorSecondary" android:textAppearance="?android:attr/textAppearanceLarge"/> + + <ImageView + android:id="@+id/contact_tile_drag_shadow_overlay" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:visibility="gone"/> </FrameLayout> </LinearLayout> diff --git a/res/values/animation_constants.xml b/res/values/animation_constants.xml index 77b762739..b41b316ff 100644 --- a/res/values/animation_constants.xml +++ b/res/values/animation_constants.xml @@ -15,7 +15,7 @@ ~ limitations under the License --> <resources> - <integer name="fade_duration">250</integer> + <integer name="fade_duration">300</integer> <!-- Swipe constants --> <integer name="swipe_escape_velocity">100</integer> @@ -27,4 +27,4 @@ <dimen name="min_swipe">5dip</dimen> <dimen name="min_vert">10dip</dimen> <dimen name="min_lock">20dip</dimen> -</resources>
\ No newline at end of file +</resources> |