Skip to content

Commit 739bc9e

Browse files
Dianne HackbornAndroid (Google) Code Review
authored andcommitted
Merge "Fix issue #7205845: Permissions screen: make "New" text blue instead of red" into jb-mr1-dev
2 parents 3f7c246 + adfe87c commit 739bc9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/res/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3141,7 +3141,7 @@
31413141

31423142
<!-- Security Permissions strings-->
31433143
<!-- Text that is placed at the front of a permission name that is being added to an app [CHAR LIMIT=NONE] -->
3144-
<string name="perms_new_perm_prefix"><font size="12" fgcolor="#ff900000">NEW: </font></string>
3144+
<string name="perms_new_perm_prefix"><font size="12" fgcolor="#ff33b5e5">NEW: </font></string>
31453145
<!-- Text that is placed at the front of a permission name that is being added to an app [CHAR LIMIT=NONE] -->
31463146
<string name="perms_description_app">Provided by <xliff:g id="app_name">%1$s</xliff:g>.</string>
31473147
<!-- Shown for an application when it doesn't require any permission grants. -->

0 commit comments

Comments
 (0)