summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2011-05-26 12:03:43 -0700
committerWinson Chung <winsonc@google.com>2011-05-26 15:03:07 -0700
commit55b6550e37da5df2fda44fc712bc082731f2d8e7 (patch)
tree4003df523f68b268838759381258def2976a45fe /res
parented4c1f1eaddd23ea3a19750533e84d7411334534 (diff)
downloadandroid_packages_apps_Trebuchet-55b6550e37da5df2fda44fc712bc082731f2d8e7.tar.gz
android_packages_apps_Trebuchet-55b6550e37da5df2fda44fc712bc082731f2d8e7.tar.bz2
android_packages_apps_Trebuchet-55b6550e37da5df2fda44fc712bc082731f2d8e7.zip
Changing long-press-on-workspace behaviour to show Applications & Widgets.
- Disabling tap-on-widgets-to-add in favour of long press Change-Id: Ia82143b74216a968ab11890cba83a01c4ab72a06
Diffstat (limited to 'res')
-rw-r--r--res/layout/add_list_item.xml2
-rw-r--r--res/values/strings.xml4
2 files changed, 5 insertions, 1 deletions
diff --git a/res/layout/add_list_item.xml b/res/layout/add_list_item.xml
index 62fc4f481..e937d7bc1 100644
--- a/res/layout/add_list_item.xml
+++ b/res/layout/add_list_item.xml
@@ -18,7 +18,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:minHeight="?android:attr/listPreferredItemHeight"
- android:textAppearance="?android:attr/textAppearanceLargeInverse"
+ android:textAppearance="?android:attr/textAppearanceLarge"
android:gravity="center_vertical"
android:drawablePadding="14dip"
android:paddingLeft="15dip"
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 7e8bec048..0b90353ff 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -74,6 +74,10 @@
<!-- Tile of the tab for applications that were downloaded from market [CHAR_LIMIT=24] -->
<string name="all_apps_tab_downloaded">My apps</string>
+ <!-- AppsCustomize pane -->
+ <!-- Message to tell the user to long-press on a widget to add it [CHAR_LIMIT=50] -->
+ <string name="long_press_widget_to_add">Long-press to pick up a widget</string>
+
<!-- All Apps pane -->
<!-- Message to show when there are no games [CHAR_LIMIT=25] -->
<string name="all_apps_no_games">No games found.</string>