From 78f55ff9587f427ea97017dd270c9a772b82082d Mon Sep 17 00:00:00 2001 From: Sarmad Hashmi Date: Fri, 4 Mar 2016 12:32:17 -0800 Subject: Disable voicemail archive by default. +Archive-specific actions are not drawn unless the runtime flag is enabled +Disable archive button and menu item BUG=27375884 Change-Id: Ide7d0a162468279f614e09e01de99d782854a3e1 --- res/layout/voicemail_playback_layout.xml | 8 +++++--- res/menu/dialtacts_options.xml | 3 ++- 2 files changed, 7 insertions(+), 4 deletions(-) (limited to 'res') diff --git a/res/layout/voicemail_playback_layout.xml b/res/layout/voicemail_playback_layout.xml index 4d5f74f2d..984a52bf1 100644 --- a/res/layout/voicemail_playback_layout.xml +++ b/res/layout/voicemail_playback_layout.xml @@ -102,16 +102,18 @@ android:tint="@color/voicemail_icon_tint" android:contentDescription="@string/call_log_trash_voicemail" /> - + android:layout_weight="1" + android:visibility="gone" /> + android:contentDescription="@string/call_log_archive_voicemail" + android:visibility="gone" /> + android:title="@string/voicemail_archive_activity_title" + android:visible="false" /> -- cgit v1.2.3