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

Commit b59d359d authored by Peter Kalauskas's avatar Peter Kalauskas
Browse files

Update QS user switcher style

 - Right align to make room for clock

 - Decrease avatar size on phones from 48dp to 32dp

Bug: 183218164
Bug: 183949453
Bug: 181235684
Test: Build wembley-userdebug, observe lock screen
Change-Id: I91e620a50aac8b056519eccf102110ee4d609250
parent 266c726c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -22,7 +22,8 @@
    android:layout_width="@dimen/kg_framed_avatar_size"
    android:layout_height="@dimen/kg_framed_avatar_size"
    android:layout_centerHorizontal="true"
    android:layout_gravity="center_horizontal|bottom"
    android:layout_gravity="top|end"
    android:layout_marginEnd="16dp"
    systemui:avatarPadding="0dp"
    systemui:badgeDiameter="18dp"
    systemui:badgeMargin="1dp"
+1 −1
Original line number Diff line number Diff line
@@ -818,7 +818,7 @@
    <!-- Size of user icon + frame in the qs user picker (incl. frame) -->
    <dimen name="qs_framed_avatar_size">54dp</dimen>
    <!-- Size of user icon + frame in the keyguard user picker (incl. frame) -->
    <dimen name="kg_framed_avatar_size">48dp</dimen>
    <dimen name="kg_framed_avatar_size">32dp</dimen>

    <!-- Margin on the left side of the carrier text on Keyguard -->
    <dimen name="keyguard_carrier_text_margin">16dp</dimen>