From 78b8b3777168d1c19e845794e560ff31d7e7eb24 Mon Sep 17 00:00:00 2001 From: Evan Millar Date: Mon, 3 Oct 2011 11:31:19 -0700 Subject: Get rid of "flashies" in the action bar. -Filter out short spinner events. All spinner events that last <1sec are now ignored. We also enforce a minimum delay time of 2 sec. -Mark the share and delete menu items as visible="false" by default to get rid of the quick display/removal of them under scenarios where they are ultimately removed. bug:5398336 Change-Id: I0620532f3ab59d9fde46123620eb781a87445b54 --- res/menu/photo.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'res/menu/photo.xml') diff --git a/res/menu/photo.xml b/res/menu/photo.xml index 7ba03b7fc..2349fabf1 100644 --- a/res/menu/photo.xml +++ b/res/menu/photo.xml @@ -24,10 +24,12 @@ android:title="@string/share" android:enabled="true" android:actionProviderClass="android.widget.ShareActionProvider" + android:visible="false" android:showAsAction="ifRoom" />