Skip to content

Commit c55dd2b

Browse files
adrianroosAndroid (Google) Code Review
authored andcommitted
Merge "QS: Update user switcher details" into lmp-dev
2 parents 9e229d8 + bc0a9fe commit c55dd2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/SystemUI/res/values/colors.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<color name="data_usage_graph_track">#33FFFFFF</color><!-- 20% white -->
5050
<color name="data_usage_graph_warning">#FFFFFFFF</color>
5151
<color name="status_bar_clock_color">#FFFFFFFF</color>
52-
<color name="qs_user_detail_icon_muted">#4DB0BEC5</color> <!-- 30% blue grey 200-->
52+
<color name="qs_user_detail_icon_muted">#FFFFFFFF</color> <!-- not so muted after all -->
5353

5454
<!-- Tint color for the content on the notification overflow card. -->
5555
<color name="keyguard_overflow_content_color">#ff686868</color>

packages/SystemUI/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@
683683
<string name="guest_nickname">Guest</string>
684684

685685
<!-- Label for adding a new guest in the user switcher [CHAR LIMIT=35] -->
686-
<string name="guest_new_guest">+ Guest</string>
686+
<string name="guest_new_guest">Add guest</string>
687687

688688
<!-- Label for exiting guest session in the user switcher [CHAR LIMIT=35] -->
689689
<string name="guest_exit_guest">Exit guest</string>

0 commit comments

Comments
 (0)