summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorWalter Jang <wjang@google.com>2015-03-16 18:18:59 -0700
committerWalter Jang <wjang@google.com>2015-03-17 13:47:08 -0700
commit4a268d3dc9eb0fa067b1e408199ec7c969f34a25 (patch)
tree0c40e12e3dbd8188c30a1d13bd7bbd4e3b7dd710 /res/layout
parentff16eea0e4d18cf2964667ce8e597780797e2b69 (diff)
downloadandroid_packages_apps_Contacts-4a268d3dc9eb0fa067b1e408199ec7c969f34a25.tar.gz
android_packages_apps_Contacts-4a268d3dc9eb0fa067b1e408199ec7c969f34a25.tar.bz2
android_packages_apps_Contacts-4a268d3dc9eb0fa067b1e408199ec7c969f34a25.zip
Add gradient behind photo icon is contact photo is set
Bug 19732687 Change-Id: Iad82b23aedf25e3e9a9ced8d2cd30190b69240de
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/compact_photo_editor_view.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/layout/compact_photo_editor_view.xml b/res/layout/compact_photo_editor_view.xml
index f3e7f7b1d..33449a8af 100644
--- a/res/layout/compact_photo_editor_view.xml
+++ b/res/layout/compact_photo_editor_view.xml
@@ -28,6 +28,12 @@
android:layout_height="match_parent"
android:scaleType="centerCrop"/>
+ <View
+ android:id="@+id/photo_icon_overlay"
+ android:layout_height="56dp"
+ android:layout_width="match_parent"
+ android:layout_alignParentBottom="true" />
+
<ImageView
android:id="@+id/photo_icon"
android:layout_width="24dp"