summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorNancy Chen <nancychen@google.com>2014-11-12 09:17:44 -0800
committerNancy Chen <nancychen@google.com>2014-11-12 09:48:19 -0800
commitd6725ae2ad19a2741b31f6bfa4b58075286adf39 (patch)
treec8925c9e246d6901e89ddcb06ddfc5be90501f79 /res/layout
parenta1640118b163715804a1b44722bd68209ea02749 (diff)
downloadandroid_packages_apps_ContactsCommon-d6725ae2ad19a2741b31f6bfa4b58075286adf39.tar.gz
android_packages_apps_ContactsCommon-d6725ae2ad19a2741b31f6bfa4b58075286adf39.tar.bz2
android_packages_apps_ContactsCommon-d6725ae2ad19a2741b31f6bfa4b58075286adf39.zip
Un-tint the icon for the select account dialog
The icon in the select account dialog is currently tinted gray, it should not have any tint color so that the color of the icon can show though. Bug: 18192071 Change-Id: I81ed96f4f395725844154d73334a18e4636e8250
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/select_account_list_item.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/res/layout/select_account_list_item.xml b/res/layout/select_account_list_item.xml
index 39a5af05..0ba4336c 100644
--- a/res/layout/select_account_list_item.xml
+++ b/res/layout/select_account_list_item.xml
@@ -25,7 +25,6 @@
<ImageView android:id="@+id/icon"
android:layout_width="48dp"
android:layout_height="48dp"
- android:tint="@color/dialtacts_secondary_text_color"
android:scaleType="center" />
<LinearLayout