summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorTyler Gunn <tgunn@google.com>2014-05-07 23:49:14 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-05-07 23:49:14 +0000
commite318792a5f7d701c685b2abafbd8ec4ea624cf13 (patch)
tree0e67f0c58607e98ece3d2b022a0a091c8d882484 /res
parent9bdce74615cf2523bdfa2efdec257124d0931c9e (diff)
parent6b2221cb1f83e3b5a2a08f9723702c9cda165ed5 (diff)
Merge "Setting call log item elevation and background color when items are expanded/shrunk per redlines."
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>