mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 10:48:19 +00:00
Changing long-press-on-workspace behaviour to show Applications & Widgets.
- Disabling tap-on-widgets-to-add in favour of long press Change-Id: Ia82143b74216a968ab11890cba83a01c4ab72a06
This commit is contained in:
@@ -42,6 +42,13 @@ public class AppsCustomizeTabHost extends TabHost implements LauncherTransitiona
|
||||
mLayoutInflater = LayoutInflater.from(context);
|
||||
}
|
||||
|
||||
void selectAppsTab() {
|
||||
setCurrentTabByTag(APPS_TAB_TAG);
|
||||
}
|
||||
void selectWidgetsTab() {
|
||||
setCurrentTabByTag(WIDGETS_TAB_TAG);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setup the tab host and create all necessary tabs.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user