Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bc0a9fec authored by Adrian Roos's avatar Adrian Roos
Browse files

QS: Update user switcher details

- Update icon colors to white
- Change label for adding a guest

Bug: 16897120
Bug: 16898990

Change-Id: I0541d35df8c03bfeb3ee931d8074a7fe1064b2db
parent d4c25dbe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>
+1 −1
Original line number Diff line number Diff line
@@ -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>