summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorHongwei Wang <hwwang@google.com>2013-09-17 17:20:54 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-09-17 17:20:54 +0000
commited537e1bdf8c2b50f710aafa2c767dde5f32070c (patch)
tree5ef2fe8a47475e789b37400d03267482c084abac /res
parent6c12c183bdc83e6a7688c4d9eb91d3270fee684c (diff)
parent4911300ae3fa7ab186ee271f8bc431b65a819a3c (diff)
Merge "Crossfade when drop to the position" into klp-dev
Diffstat (limited to 'res')
-rw-r--r--res/layout/phone_favorites_fragment.xml6
-rw-r--r--res/values/animation_constants.xml4
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>