summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorSarmad Hashmi <mhashmi@google.com>2016-03-05 20:33:38 -0800
committerSarmad Hashmi <mhashmi@google.com>2016-03-11 11:17:23 -0800
commit83f27f563c3e8ebc62d4cc5c4b6b36389eed7f47 (patch)
treece7fe386a8820d20f620d358a19f3b38434b2a99 /res/layout
parent5f6a4222815abe478045d81d71f65c75ff2cbbbd (diff)
downloadandroid_packages_apps_Dialer-83f27f563c3e8ebc62d4cc5c4b6b36389eed7f47.tar.gz
android_packages_apps_Dialer-83f27f563c3e8ebc62d4cc5c4b6b36389eed7f47.tar.bz2
android_packages_apps_Dialer-83f27f563c3e8ebc62d4cc5c4b6b36389eed7f47.zip
Add share button to voicemail cards.
+Add share icon and string +Added share button to voicemail_playback_layout.xml +Link to icon: https://icons.googleplex.com/#icon=ic_share BUG=22798485 Change-Id: Iab9051f4824a4fa0eed90049a762aaac032cf3bf
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/voicemail_playback_layout.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/res/layout/voicemail_playback_layout.xml b/res/layout/voicemail_playback_layout.xml
index 984a52bf1..178e888bb 100644
--- a/res/layout/voicemail_playback_layout.xml
+++ b/res/layout/voicemail_playback_layout.xml
@@ -102,6 +102,19 @@
android:tint="@color/voicemail_icon_tint"
android:contentDescription="@string/call_log_trash_voicemail" />
+ <Space android:id="@+id/space_before_share_voicemail"
+ android:layout_width="0dp"
+ android:layout_height="match_parent"
+ android:layout_weight="1"
+ android:visibility="gone" />
+
+ <ImageButton android:id="@+id/share_voicemail"
+ style="@style/VoicemailPlaybackLayoutButtonStyle"
+ android:src="@drawable/ic_share_white_24dp"
+ android:tint="@color/voicemail_icon_tint"
+ android:contentDescription="@string/call_log_share_voicemail"
+ android:visibility="gone" />
+
<Space android:id="@+id/space_before_archive_voicemail"
android:layout_width="0dp"
android:layout_height="match_parent"