summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2011-06-16 13:14:22 -0700
committerWinson Chung <winsonc@google.com>2011-06-16 18:07:35 -0700
commiteb66b14000712b92fa6a5ba28f5bc47ce8fab6bd (patch)
tree3caa9c3bdce9d1d9d70e29242f92833f8e7e95b6 /res/values
parente8bf8a2cb0393411549bd2d14fc9b09467c1aa03 (diff)
downloadandroid_packages_apps_Trebuchet-eb66b14000712b92fa6a5ba28f5bc47ce8fab6bd.tar.gz
android_packages_apps_Trebuchet-eb66b14000712b92fa6a5ba28f5bc47ce8fab6bd.tar.bz2
android_packages_apps_Trebuchet-eb66b14000712b92fa6a5ba28f5bc47ce8fab6bd.zip
Fixing small issue with widget divider showing in Phone UI and Shop text showing in other languages.
- Removing some unused assets Change-Id: I40dec108b35ed4fcc769405446664e8180cb6d41
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml5
-rw-r--r--res/values/styles.xml4
2 files changed, 3 insertions, 6 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index b3c6000b5..0ad1a46f2 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -83,8 +83,9 @@
<string name="all_apps_no_games">No games found.</string>
<!-- Message to show when there are no downloaded apps [CHAR_LIMIT=50] -->
<string name="all_apps_no_downloads">You have no downloaded applications.</string>
- <!-- Market button text. The market button has no text in the Phone UI. [CHAR LIMIT=32] -->
- <string name="market"></string>
+ <!-- Market button text. The market button text is removed in Launcher.java
+ in the Phone UI. [CHAR LIMIT=32] -->
+ <string name="market">Shop</string>
<!-- Customization Drawer -->
<!-- The format string for the dimensions of a widget in the drawer -->
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 5c458b408..3c0ae8d46 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -68,10 +68,6 @@
<item name="android:layout_marginRight">10dip</item>
</style>
- <style name="WidgetDivider">
- <item name="android:visibility">gone</item>
- </style>
-
<style name="SearchDropTargetBar">
<item name="android:orientation">horizontal</item>
</style>