summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorAlan Lau <alanlau@google.com>2014-05-16 18:51:55 -0700
committerAlan Lau <alanlau@google.com>2014-05-21 21:04:33 -0700
commit644ec1e2e65bedbbfff4dbb396d3e4f95d244c62 (patch)
tree4fd56bf63e1895d805063495d70707d585805705 /res
parentc7587faa5ce3af11cd4a8401d0f2c4b3248d373a (diff)
downloadandroid_packages_apps_UnifiedEmail-644ec1e2e65bedbbfff4dbb396d3e4f95d244c62.tar.gz
android_packages_apps_UnifiedEmail-644ec1e2e65bedbbfff4dbb396d3e4f95d244c62.tar.bz2
android_packages_apps_UnifiedEmail-644ec1e2e65bedbbfff4dbb396d3e4f95d244c62.zip
Set background for wearable only. Use the default image if the icon is not
a profile picture. Bug 14092605. Change-Id: Id4c437e91a8f632c1d969ed76be294a8da118b20
Diffstat (limited to 'res')
-rw-r--r--res/drawable-nodpi/bg_email.pngbin0 -> 288161 bytes
-rw-r--r--res/values/dimen.xml5
2 files changed, 5 insertions, 0 deletions
diff --git a/res/drawable-nodpi/bg_email.png b/res/drawable-nodpi/bg_email.png
new file mode 100644
index 000000000..e96bd20ea
--- /dev/null
+++ b/res/drawable-nodpi/bg_email.png
Binary files differ
diff --git a/res/values/dimen.xml b/res/values/dimen.xml
index 49ed94501..fd087c037 100644
--- a/res/values/dimen.xml
+++ b/res/values/dimen.xml
@@ -213,4 +213,9 @@
<dimen name="undo_description_padding">16dip</dimen>
<dimen name="undo_icon_padding_start">12dip</dimen>
<dimen name="undo_icon_padding_end">8dip</dimen>
+
+ <!-- The width of the wearable image background. -->
+ <dimen name="wearable_background_width">320dp</dimen>
+ <!-- The height of the wearable image background. -->
+ <dimen name="wearable_background_height">320dp</dimen>
</resources>