summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2012-09-21 10:58:55 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-09-21 10:58:55 -0700
commit739bc9e3f51c203fc0b58c30d67cacda985e95c6 (patch)
treea613d758cede58b92155297291562731be51395d
parent3f7c246f3ea85af9fb98cba37387bb55658d4614 (diff)
parentadfe87c6616d0a88e76e0f12395a993c724a5f71 (diff)
downloadframeworks_base-739bc9e3f51c203fc0b58c30d67cacda985e95c6.zip
frameworks_base-739bc9e3f51c203fc0b58c30d67cacda985e95c6.tar.gz
frameworks_base-739bc9e3f51c203fc0b58c30d67cacda985e95c6.tar.bz2
Merge "Fix issue #7205845: Permissions screen: make "New" text blue instead of red" into jb-mr1-dev
-rwxr-xr-xcore/res/res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml
index 761bfba..a7afbc0 100755
--- a/core/res/res/values/strings.xml
+++ b/core/res/res/values/strings.xml
@@ -3141,7 +3141,7 @@
<!-- Security Permissions strings-->
<!-- Text that is placed at the front of a permission name that is being added to an app [CHAR LIMIT=NONE] -->
- <string name="perms_new_perm_prefix"><font size="12" fgcolor="#ff900000">NEW: </font></string>
+ <string name="perms_new_perm_prefix"><font size="12" fgcolor="#ff33b5e5">NEW: </font></string>
<!-- Text that is placed at the front of a permission name that is being added to an app [CHAR LIMIT=NONE] -->
<string name="perms_description_app">Provided by <xliff:g id="app_name">%1$s</xliff:g>.</string>
<!-- Shown for an application when it doesn't require any permission grants. -->