summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-10-10 21:29:37 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-10-10 21:29:37 +0000
commit504d5f88fbff5e026d87abfe269898e303f8b3ac (patch)
tree23fad8830bee5a6c32e3463001cb8a943d0fa0f7 /res
parent61fb8ffe23535e07897aedfc44835027abfdbeb9 (diff)
parentf2d2f3b95451420fb982925a3c03ed5337c8a911 (diff)
downloadpackages_apps_Dialer-504d5f88fbff5e026d87abfe269898e303f8b3ac.tar.gz
packages_apps_Dialer-504d5f88fbff5e026d87abfe269898e303f8b3ac.tar.bz2
packages_apps_Dialer-504d5f88fbff5e026d87abfe269898e303f8b3ac.zip
am f2d2f3b9: am 5b908544: am 1a0b7911: am 6a1cb910: am e2d5f13a: Merge "Use darker blue for call log "extras" text/icon." into lmp-dev
* commit 'f2d2f3b95451420fb982925a3c03ed5337c8a911': Use darker blue for call log "extras" text/icon.
Diffstat (limited to 'res')
-rw-r--r--res/layout/call_log_list_item_extra.xml4
-rw-r--r--res/values/colors.xml1
2 files changed, 3 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" />
diff --git a/res/values/colors.xml b/res/values/colors.xml
index d5ec4dcc3..863bfe9d4 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -36,6 +36,7 @@
<!-- Tint of the recent card phone icon -->
<color name="recent_call_log_item_phone_icon_tint">#000000</color>
+ <color name="call_log_extras_text_color">#0277bd</color>
<!--
Colour of voicemail progress bar to the right of position indicator.