summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkaiyiz <kaiyiz@codeaurora.org>2015-03-23 13:46:58 +0800
committerkaiyiz <kaiyiz@codeaurora.org>2015-03-23 13:46:58 +0800
commitb060b788a40fe0d8055f6ee223b37d6f9d52b0ec (patch)
treeb47eaa87d4e3ef5fd6d7a61715ce3b8feba2e284
parentee43a088fd06e8b2788380253b5f6591280e6334 (diff)
downloadandroid_packages_apps_Dialer-b060b788a40fe0d8055f6ee223b37d6f9d52b0ec.tar.gz
android_packages_apps_Dialer-b060b788a40fe0d8055f6ee223b37d6f9d52b0ec.tar.bz2
android_packages_apps_Dialer-b060b788a40fe0d8055f6ee223b37d6f9d52b0ec.zip
Dialer: Remove tint for phone account icon
The phone account icon is covered by the tint which is set in app side. No need to set the tint in app side, when create the icon, it has been already set in framework. Change-Id: I91fba4e760fe3bfb52e4554041b0093f4de18e5e CRs-Fixed: 809501
-rw-r--r--res/layout/call_log_list_item.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/res/layout/call_log_list_item.xml b/res/layout/call_log_list_item.xml
index 12376271c..3841dcd39 100644
--- a/res/layout/call_log_list_item.xml
+++ b/res/layout/call_log_list_item.xml
@@ -119,7 +119,6 @@
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"
android:visibility="gone"
/>