From 64a75aa305bdd1ca8f22d2b48dedc5cada8fabc5 Mon Sep 17 00:00:00 2001 From: Sunny Goyal Date: Mon, 3 Jul 2017 13:50:52 -0700 Subject: Adding A feature flag to disable widgets and a corresponding build target Launcher3Go without widgets support Bug: 62353159 Change-Id: Ia03d2235a9bcf75f9ef191924f81630e63a2c684 --- go/res/layout/widget_cell_content.xml | 66 +++++++++++++++++++++++++++++++++++ go/res/values/strings.xml | 33 ++++++++++++++++++ 2 files changed, 99 insertions(+) create mode 100644 go/res/layout/widget_cell_content.xml create mode 100644 go/res/values/strings.xml (limited to 'go/res') diff --git a/go/res/layout/widget_cell_content.xml b/go/res/layout/widget_cell_content.xml new file mode 100644 index 000000000..49506d9be --- /dev/null +++ b/go/res/layout/widget_cell_content.xml @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/go/res/values/strings.xml b/go/res/values/strings.xml new file mode 100644 index 000000000..8ef2e6243 --- /dev/null +++ b/go/res/values/strings.xml @@ -0,0 +1,33 @@ + + + + + + + Touch & hold to pick up a shortcut. + + Double-tap & hold to pick up a shortcut or use custom actions. + + Shortcuts + + + + %1$s shortcuts + + -- cgit v1.2.3