summaryrefslogtreecommitdiffstats
path: root/res/values/dimens.xml
diff options
context:
space:
mode:
authorChiao Cheng <chiaocheng@google.com>2012-12-04 14:59:50 -0800
committerChiao Cheng <chiaocheng@google.com>2012-12-04 14:59:50 -0800
commite420de7fca9005d7084be275f268962a14094a22 (patch)
treeff517d8f1c161c94c43ca594ff159686b3e117d1 /res/values/dimens.xml
parent756457c831b7a2c30166b6e7af8319ad04112e7d (diff)
downloadandroid_packages_apps_ContactsCommon-e420de7fca9005d7084be275f268962a14094a22.tar.gz
android_packages_apps_ContactsCommon-e420de7fca9005d7084be275f268962a14094a22.tar.bz2
android_packages_apps_ContactsCommon-e420de7fca9005d7084be275f268962a14094a22.zip
Moving SelectAccountDialogFragment to ContactsCommon.
In preparation to move ImportExportDialogFragment to common. Also moved a few more string resources left out from previous move. Bug: 6993891 Change-Id: I978e490d256cf783db91b52bca46f4a1c678e415
Diffstat (limited to 'res/values/dimens.xml')
-rw-r--r--res/values/dimens.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/dimens.xml b/res/values/dimens.xml
index 43c29e87..5fd33903 100644
--- a/res/values/dimens.xml
+++ b/res/values/dimens.xml
@@ -83,4 +83,7 @@
<!-- Extra vertical padding for darkened background behind shortcut icon overlay text -->
<dimen name="shortcut_overlay_text_background_padding">1dp</dimen>
+
+ <!-- Width of height of an icon from a third-party app in the networks section of the contact card. -->
+ <dimen name="detail_network_icon_size">32dip</dimen>
</resources>