[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
This commit is contained in:
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user