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

Commit 544ab08a authored by Matt Pietal's avatar Matt Pietal
Browse files

Add user button UX update

Visually align all add user/guest icons between settings and
systemui. Both areas may tint and size the icons slightly
differently. Move shared icons into SettingsLib for consistency.

Fixes: 219078700
Test: visual, use the multiple users settings page
Change-Id: I0543402697a5a5999e805e0943493c688bd94fb4
parent 612b7a69
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@
        android:viewportHeight="100">

    <path
        android:fillColor="@color/kg_user_switcher_avatar_background"
        android:fillColor="@color/user_avatar_color_bg"
        android:pathData="M50,50m-50,0a50,50 0,1 1,100 0a50,50 0,1 1,-100 0"/>

</vector>
+2 −1
Original line number Diff line number Diff line
@@ -36,7 +36,8 @@
    <color name="bt_color_bg_6">#e9d2fd</color> <!-- Material Purple 100 -->
    <color name="bt_color_bg_7">#cbf0f8</color> <!-- Material Cyan 100 -->


    <color name="dark_mode_icon_color_single_tone">#99000000</color>
    <color name="light_mode_icon_color_single_tone">#ffffff</color>

    <color name="user_avatar_color_bg">?android:attr/colorBackgroundFloating</color>
</resources>
Loading