From 7f9b90542e05b350d14bd63c16446c8ce2baf407 Mon Sep 17 00:00:00 2001 From: Adam Powell Date: Tue, 19 Oct 2010 16:56:07 -0700 Subject: [PATCH] Add ActionBar tab callback method onTabReselected onTabReselected is called if an already-selected tab is chosen again. For many apps this will be a no-op, but some may treat it as a signal to return to the top level of a given navigation category. Change-Id: Ic51fbe477b979562f2d848c4070b2016b217a90f --- api/current.xml | 15 +++++++++++ core/java/android/app/ActionBar.java | 10 ++++++++ .../android/internal/app/ActionBarImpl.java | 25 +++++++++++-------- 3 files changed, 39 insertions(+), 11 deletions(-) diff --git a/api/current.xml b/api/current.xml index baa5631e1d2ee..6da4a3397a199 100644 --- a/api/current.xml +++ b/api/current.xml @@ -19972,6 +19972,21 @@ deprecated="not deprecated" visibility="public" > + + + + + +