summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorSarmad Hashmi <mhashmi@google.com>2016-02-25 14:08:19 -0800
committerSarmad Hashmi <mhashmi@google.com>2016-02-25 14:15:10 -0800
commitef57777a221ea78511e28e5f17c69da96c8a629c (patch)
treeaf94c4804a09ac00179f5c82c3af302031d126e8 /res/layout
parent75b6512101760ae0ef8acfa028d243f9d1a75cff (diff)
downloadandroid_packages_apps_Dialer-ef57777a221ea78511e28e5f17c69da96c8a629c.tar.gz
android_packages_apps_Dialer-ef57777a221ea78511e28e5f17c69da96c8a629c.tar.bz2
android_packages_apps_Dialer-ef57777a221ea78511e28e5f17c69da96c8a629c.zip
Add resource files for voicemail archive.
+ Added strings + Added voicemail button + Added voicemail archive in overflow menu + Added archive button icon from https://icons.googleplex.com/#icon=ic_archive&search=archive BUG=22797391 Change-Id: I926604592b43b2c67a57c137ef7ef7bb5c4cc4bf
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/voicemail_playback_layout.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/res/layout/voicemail_playback_layout.xml b/res/layout/voicemail_playback_layout.xml
index bb7fe342a..64a68bdd2 100644
--- a/res/layout/voicemail_playback_layout.xml
+++ b/res/layout/voicemail_playback_layout.xml
@@ -97,6 +97,17 @@
android:tint="@color/voicemail_icon_tint"
android:contentDescription="@string/call_log_trash_voicemail" />
+ <Space
+ android:layout_width="0dp"
+ android:layout_height="0dp"
+ android:layout_weight="1" />
+
+ <ImageButton android:id="@+id/archive_voicemail"
+ style="@style/VoicemailPlaybackLayoutButtonStyle"
+ android:src="@drawable/ic_archive_white_24dp"
+ android:tint="@color/voicemail_icon_tint"
+ android:contentDescription="@string/call_log_archive_voicemail" />
+
</LinearLayout>
</LinearLayout>