summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2016-05-27 12:31:17 -0700
committerSunny Goyal <sunnygoyal@google.com>2016-06-07 10:31:49 -0700
commit8653f1d748f436403fd25589eeaafe1203803da9 (patch)
tree051ba9032c8c0ec6109c014b3971f6bd3d9b2c88 /res
parent2a5b356375e15602acab429642064c566a1a1f4d (diff)
downloadandroid_packages_apps_Trebuchet-8653f1d748f436403fd25589eeaafe1203803da9.tar.gz
android_packages_apps_Trebuchet-8653f1d748f436403fd25589eeaafe1203803da9.tar.bz2
android_packages_apps_Trebuchet-8653f1d748f436403fd25589eeaafe1203803da9.zip
Updating the app search buton text
Bug: 28774501 Change-Id: I268a2d98f70d160c91ebd8fc796f3626ae67c159
Diffstat (limited to 'res')
-rw-r--r--res/layout/all_apps_search_market.xml1
-rw-r--r--res/values/strings.xml5
2 files changed, 3 insertions, 3 deletions
diff --git a/res/layout/all_apps_search_market.xml b/res/layout/all_apps_search_market.xml
index 2e38ea09d..0a1aed510 100644
--- a/res/layout/all_apps_search_market.xml
+++ b/res/layout/all_apps_search_market.xml
@@ -24,6 +24,7 @@
android:fontFamily="sans-serif-medium"
android:textSize="14sp"
android:textColor="@color/launcher_accent_color"
+ android:text="@string/all_apps_search_market_message"
android:textAllCaps="true"
android:focusable="true"
android:background="@drawable/all_apps_search_market_bg" />
diff --git a/res/values/strings.xml b/res/values/strings.xml
index e675a92c5..9f011e5c3 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -52,9 +52,8 @@
<string name="all_apps_loading_message">Loading Apps&#8230;</string>
<!-- No-search-results text. [CHAR_LIMIT=50] -->
<string name="all_apps_no_search_results">No Apps found matching \"<xliff:g id="query" example="Android">%1$s</xliff:g>\"</string>
- <!-- Search market text. This is a format string where the first argument is the name of the activity
- handling the search. The format string does not need to handle both of these arguments. [CHAR_LIMIT=50] -->
- <string name="all_apps_search_market_message">Go to <xliff:g id="query" example="Play Store">%1$s</xliff:g></string>
+ <!-- Label for the button which allows the user to get app search results. [CHAR_LIMIT=50] -->
+ <string name="all_apps_search_market_message">Search for more apps</string>
<!-- Drag and drop -->
<skip />