Skip to content

Commit adfe87c

Browse files
author
Dianne Hackborn
committed
Fix issue #7205845: Permissions screen: make "New" text blue instead of red
Change-Id: I8f359d22dc0a9ddc058cd9a49459a846924338ee
1 parent 6de76d2 commit adfe87c

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)