From 2d588b857347fda465a963742c4f61e4014f3441 Mon Sep 17 00:00:00 2001 From: Nancy Chen Date: Tue, 18 Aug 2015 16:39:02 -0700 Subject: Show snackbar to undo last deleted voicemail. Snackbar will appear for 3 seconds during which the user can undo the last deletion. The way it works is the snackbar appears for 3 seconds and a delayed callback is set for 3 seconds after which the voicemail is permanently deleted from the database. If a second (or third or fourth) voicemail is deleted subsequently, the previous voicemails that were waiting for the undo timeout are deleted immediately. Bug: 22460745 Change-Id: I84b70994275975e4e3020321884d382cc87098dc --- res/values/strings.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'res/values/strings.xml') diff --git a/res/values/strings.xml b/res/values/strings.xml index a80153c29..b06204704 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -64,6 +64,12 @@ Delete voicemail + + Voicemail deleted + + + UNDO + Clear call history? -- cgit v1.2.3