diff options
author | Winson Chung <winsonc@google.com> | 2010-09-15 15:21:55 -0700 |
---|---|---|
committer | Winson Chung <winsonc@google.com> | 2010-09-15 15:21:55 -0700 |
commit | 3a476786986278ee81de41c0b548bf0c1af6f8b6 (patch) | |
tree | 02f5b1e4e758942a360e8a7934faf0cad2cd0972 /res | |
parent | e3193b93ad7bf33e2e45319084a99b9fc986622b (diff) | |
download | packages_apps_trebuchet-3a476786986278ee81de41c0b548bf0c1af6f8b6.zip packages_apps_trebuchet-3a476786986278ee81de41c0b548bf0c1af6f8b6.tar.gz packages_apps_trebuchet-3a476786986278ee81de41c0b548bf0c1af6f8b6.tar.bz2 |
Extracting format string properly into xml strings.
Change-Id: I4766ee48bef6a08c6a9809f8df29d4d2343014c4
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 3c1b79c..00febfe 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -65,6 +65,10 @@ <!-- Tile of the tab for applications that were downloaded from market [CHAR_LIMIT=12] --> <string name="all_apps_tab_downloaded">Downloaded</string> + <!-- Customization Drawer --> + <!-- The format string for the dimensions of a widget in the drawer --> + <string name="widget_dims_format">%1$d x %2$d</string> + <!-- Folders --> <skip /> <!-- Label of Folder name field in Rename folder dialog box --> |