summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorErica Chang <echang@cyngn.com>2016-03-08 15:11:52 -0800
committerRichard MacGregor <rmacgregor@cyngn.com>2016-03-25 11:42:20 -0700
commit1d2d16a146413697e67b8d01ba035d680fabccaf (patch)
treedb543ac657375bb560db96dd233234dde6193c1a /res/layout
parent0bda716a5afd58f63c846c72663b5b3a17897c4e (diff)
downloadandroid_packages_apps_ContactsCommon-1d2d16a146413697e67b8d01ba035d680fabccaf.tar.gz
android_packages_apps_ContactsCommon-1d2d16a146413697e67b8d01ba035d680fabccaf.tar.bz2
android_packages_apps_ContactsCommon-1d2d16a146413697e67b8d01ba035d680fabccaf.zip
Contacts: corrected login icon dimens
Change-Id: I671c5b21b7780aab22ae1dc4f3fbcf1247be4903
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/plugin_contact_list_content.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/plugin_contact_list_content.xml b/res/layout/plugin_contact_list_content.xml
index 74445dd1..b4e7933d 100644
--- a/res/layout/plugin_contact_list_content.xml
+++ b/res/layout/plugin_contact_list_content.xml
@@ -65,7 +65,8 @@
android:layout_height="match_parent">
<ImageView
android:id="@+id/plugin_login_icon"
- android:layout_width="@dimen/plugin_login_icon_width"
+ android:maxWidth="@dimen/plugin_login_icon_max_width"
+ android:layout_width="wrap_content"
android:layout_height="@dimen/plugin_login_icon_height"
android:layout_above="@+id/plugin_login_msg"
android:layout_marginBottom="@dimen/plugin_login_icon_margin_bottom"