diff options
| author | 2023-01-09 13:58:59 -0800 | |
|---|---|---|
| committer | 2023-01-10 08:56:16 -0800 | |
| commit | 7896aa2430eb9eb8245ce707f0991bbecfb12866 (patch) | |
| tree | b354bd02e47b625cd4e0f9dfa667d6af416a20d7 | |
| parent | 16a8a796447566fc5fa3d2ee68f7ec809509398a (diff) | |
[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
| -rw-r--r-- | packages/SystemUI/res/layout/user_switcher_fullscreen.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/res/layout/user_switcher_fullscreen.xml b/packages/SystemUI/res/layout/user_switcher_fullscreen.xml index fa9d7390dcf8..7eaed4356f46 100644 --- a/packages/SystemUI/res/layout/user_switcher_fullscreen.xml +++ b/packages/SystemUI/res/layout/user_switcher_fullscreen.xml @@ -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"/> |