summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorTyler Gunn <tgunn@google.com>2014-05-07 16:05:08 -0700
committerTyler Gunn <tgunn@google.com>2014-05-07 16:05:08 -0700
commit6b2221cb1f83e3b5a2a08f9723702c9cda165ed5 (patch)
tree4dc2091365360f60e0f677e2b85e96efa7cce61c /res
parent861fd2a2737051843582c4261567342016853868 (diff)
Setting call log item elevation and background color when items are
expanded/shrunk per redlines. Bug: 13962594 Change-Id: I5614a896c06bd29ddc6d3996a1563a0547310e6a
Diffstat (limited to 'res')
-rw-r--r--res/layout/call_log_list_item.xml1
-rw-r--r--res/values/dimens.xml2
2 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/call_log_list_item.xml b/res/layout/call_log_list_item.xml
index eaf2a80b7..b7e969693 100644
--- a/res/layout/call_log_list_item.xml
+++ b/res/layout/call_log_list_item.xml
@@ -52,7 +52,6 @@
android:padding="@dimen/call_log_outer_margin"
android:orientation="horizontal"
android:gravity="center_vertical"
- android:background="?android:attr/selectableItemBackground"
android:focusable="true"
android:nextFocusRight="@+id/call_back_action"
android:nextFocusLeft="@+id/quick_contact_photo"
diff --git a/res/values/dimens.xml b/res/values/dimens.xml
index c9eeacfcd..bf24f1ebb 100644
--- a/res/values/dimens.xml
+++ b/res/values/dimens.xml
@@ -125,4 +125,6 @@
<dimen name="call_log_secondary_text_size">14sp</dimen>
<!-- Height of the call log actions section for each call log entry -->
<dimen name="call_log_action_height">48dp</dimen>
+ <!-- Elevation of expanded call log items. -->
+ <dimen name="call_log_expanded_elevation">4dp</dimen>
</resources>