diff options
author | Nancy Chen <nancychen@google.com> | 2014-08-21 22:10:20 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-08-21 22:10:20 +0000 |
commit | 9241faa146d7a9dc65d439cfc9e2c48b1b058cef (patch) | |
tree | 25560319221d94f8d2f53b4a371165e20240d345 | |
parent | 2b678e12e27fb6e13415f91f79ef7def478fa8ab (diff) | |
parent | 58ec4d89245e6c28eba8bcd49ac41be011059b0c (diff) |
am 58ec4d89: Merge "Change tint of call log phone account icon to match text." into lmp-dev
* commit '58ec4d89245e6c28eba8bcd49ac41be011059b0c':
Change tint of call log phone account icon to match text.
-rw-r--r-- | res/layout/call_log_list_item.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/call_log_list_item.xml b/res/layout/call_log_list_item.xml index 76457368f..761f35201 100644 --- a/res/layout/call_log_list_item.xml +++ b/res/layout/call_log_list_item.xml @@ -119,6 +119,7 @@ android:layout_height="@dimen/call_provider_small_icon_size" android:layout_marginEnd="@dimen/call_log_icon_margin" android:layout_gravity="center_vertical" + android:tint="?attr/call_log_secondary_text_color" android:scaleType="centerInside" /> <TextView |