summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-10-09 14:16:05 -0700
committerAndrew Lee <anwlee@google.com>2014-10-09 14:18:55 -0700
commit9ea6f42a8230e24511d8fb58d38f31ef2a6eb198 (patch)
tree9c180c9f990af1da35e50875973dfd2f99830343 /res/layout
parent13db18325d7f10f08df5e54759389a8e023fb2f0 (diff)
Use darker blue for call log "extras" text/icon.
Bug: 17931509 Change-Id: I3660e963187aa46910b805ad022ccbcb80057f23
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/call_log_list_item_extra.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/call_log_list_item_extra.xml b/res/layout/call_log_list_item_extra.xml
index c4126e42f..433597912 100644
--- a/res/layout/call_log_list_item_extra.xml
+++ b/res/layout/call_log_list_item_extra.xml
@@ -39,14 +39,14 @@
<ImageView android:id="@+id/badge_image"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:tint="@color/dialpad_primary_text_color"
+ android:tint="@color/call_log_extras_text_color"
android:padding="@dimen/call_log_outer_margin" />
<TextView android:id="@+id/badge_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingStart="@dimen/call_log_start_margin"
- android:textColor="@color/dialpad_primary_text_color"
+ android:textColor="@color/call_log_extras_text_color"
android:layout_gravity="center_vertical"
android:layout_weight="1" />