summaryrefslogtreecommitdiff
path: root/res/layout/recents_list_footer.xml
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-05-21 18:05:56 -0700
committerAndrew Lee <anwlee@google.com>2014-05-22 12:53:53 -0700
commit6e765f9a71b450809c4916a5d5562cdc1372a39a (patch)
tree13e32bdd2f53ed169164af230112d9c063a4411b /res/layout/recents_list_footer.xml
parent4aecf0f557a805bb3f2715cade0ab15f6b99ad39 (diff)
Tidy up call log shadow/touch interactions.
- Constrain the recents list footer ripple to its dimensions. - Eliminate bottom margin on the call log list items. - Changed translationZ on expand to apply to the call log list item instead of just its primary action view. - Adjust the outline clipping so that a shadow doesn't appear under the day group header, now that the translation is applied to the entire list item. - Instantiated a number of fixed property values in onCreate() in the CallLogFragment, instead of whenever they're needed. Bug: 15165669 Change-Id: I5ed81ae49fb0c3f6eed360f247c1fd67278a628c
Diffstat (limited to 'res/layout/recents_list_footer.xml')
-rw-r--r--res/layout/recents_list_footer.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/recents_list_footer.xml b/res/layout/recents_list_footer.xml
index 6156456d5..7670d81bb 100644
--- a/res/layout/recents_list_footer.xml
+++ b/res/layout/recents_list_footer.xml
@@ -30,4 +30,4 @@
android:textColor="@color/view_full_call_history_color"
android:textSize="14sp"
android:text="@string/recents_footer_text"
- android:background="?android:attr/selectableItemBackground" />
+ android:background="@drawable/recent_lists_footer_background" />