summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2011-05-26 15:28:12 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-05-26 15:28:12 -0700
commit645ab1596d191efc6186bcff212f670fec665fdf (patch)
tree68e66afa7d679732669deca9f95164df8724ffb3 /res
parent5542d4c929f99e248f56a2721d705c2992752fe0 (diff)
parent55b6550e37da5df2fda44fc712bc082731f2d8e7 (diff)
downloadandroid_packages_apps_Trebuchet-645ab1596d191efc6186bcff212f670fec665fdf.tar.gz
android_packages_apps_Trebuchet-645ab1596d191efc6186bcff212f670fec665fdf.tar.bz2
android_packages_apps_Trebuchet-645ab1596d191efc6186bcff212f670fec665fdf.zip
Merge "Changing long-press-on-workspace behaviour to show Applications & Widgets."
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 75038ae92..32e649d25 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>