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

Commit 7896aa24 authored by Aaron Liu's avatar Aaron Liu
Browse files

[User Switcher] Fix wrap method for large...

screen sizes. Change from chain to aligned so that number of elements
are even throughout.

Test: Open user switcher on tablet with largest display size in
portraint and landscape with 8+ users.
Fixes: 263448026

Change-Id: I65dc8f541ba19fac3b58bd5ba562237c0d813ffb
parent 16a8a796
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@
          app:layout_constraintEnd_toEndOf="parent"
          app:flow_horizontalBias="0.5"
          app:flow_verticalAlign="center"
          app:flow_wrapMode="chain"
          app:flow_wrapMode="chain2"
          app:flow_horizontalGap="@dimen/user_switcher_fullscreen_horizontal_gap"
          app:flow_verticalGap="44dp"
          app:flow_horizontalStyle="packed"/>