summaryrefslogtreecommitdiff
path: root/res/layout/call_detail_history_item.xml
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2013-07-29 11:31:04 -0700
committerYorke Lee <yorkelee@google.com>2013-07-30 13:37:51 -0700
commitaa536fd9b7a3b144aaa74aa50e88f3d05bde0dd1 (patch)
tree313ec091df2c52b261514acd4c685a71ce1b93bd /res/layout/call_detail_history_item.xml
parentdc3fd706f418440cb3eee454149bb7be4545b9a1 (diff)
Redlines for CallDetailActivity (call history items and voicemails)
* Swapped out new assets * Changed background colors as necessary * Add padding view at bottom of seek container * Changed color of drawables * Removed unused assets Change-Id: I654ba417e03b2a32039504ae2de51fd75c5bec20
Diffstat (limited to 'res/layout/call_detail_history_item.xml')
-rw-r--r--res/layout/call_detail_history_item.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/res/layout/call_detail_history_item.xml b/res/layout/call_detail_history_item.xml
index 4858717af..5b3fff712 100644
--- a/res/layout/call_detail_history_item.xml
+++ b/res/layout/call_detail_history_item.xml
@@ -24,6 +24,7 @@
android:paddingStart="@dimen/call_log_indent_margin"
android:paddingEnd="@dimen/call_log_outer_margin"
android:orientation="vertical"
+ android:background="@color/background_dialer_list_items"
>
<LinearLayout
android:layout_width="wrap_content"
@@ -43,7 +44,7 @@
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/call_log_icon_margin"
android:textAppearance="?android:attr/textAppearanceSmall"
- android:textColor="@color/secondary_text_color"
+ android:textColor="?attr/call_log_secondary_text_color"
/>
</LinearLayout>
<TextView
@@ -51,13 +52,13 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceSmall"
- android:textColor="@color/secondary_text_color"
+ android:textColor="?attr/call_log_secondary_text_color"
/>
<TextView
android:id="@+id/duration"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceSmall"
- android:textColor="@color/secondary_text_color"
+ android:textColor="?attr/call_log_secondary_text_color"
/>
</LinearLayout>