Merge "QS: Update user switcher details" into lmp-dev

This commit is contained in:
Adrian Roos
2014-08-11 19:29:36 +00:00
committed by Android (Google) Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -49,7 +49,7 @@
<color name="data_usage_graph_track">#33FFFFFF</color><!-- 20% white -->
<color name="data_usage_graph_warning">#FFFFFFFF</color>
<color name="status_bar_clock_color">#FFFFFFFF</color>
<color name="qs_user_detail_icon_muted">#4DB0BEC5</color> <!-- 30% blue grey 200-->
<color name="qs_user_detail_icon_muted">#FFFFFFFF</color> <!-- not so muted after all -->
<!-- Tint color for the content on the notification overflow card. -->
<color name="keyguard_overflow_content_color">#ff686868</color>

View File

@@ -683,7 +683,7 @@
<string name="guest_nickname">Guest</string>
<!-- Label for adding a new guest in the user switcher [CHAR LIMIT=35] -->
<string name="guest_new_guest">+ Guest</string>
<string name="guest_new_guest">Add guest</string>
<!-- Label for exiting guest session in the user switcher [CHAR LIMIT=35] -->
<string name="guest_exit_guest">Exit guest</string>