Fix small buttons in collapsed layout

Updates the end barrier to be constrained by the large play/pause button
rather than parent. This fixes the small buttons not being visible in
the collapsed layout if the large play/pause button is not shown.

Test: manual - verify buttons for both layout types in LTR and RTL
Fixes: 262562516
Change-Id: Ib1d72aefd89dfc7b977a743959e40db7359010fa
This commit is contained in:
Beth Thibodeau
2022-12-16 10:15:48 -06:00
parent 5bd31e0391
commit 4fe5af7138

View File

@@ -186,7 +186,7 @@
app:layout_constraintBottom_toBottomOf="parent"
app:barrierDirection="end"
app:constraint_referenced_ids="actionPrev,media_scrubbing_elapsed_time,media_progress_bar,actionNext,media_scrubbing_total_time,action0,action1,action2,action3,action4"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintRight_toRightOf="@id/actionPlayPause"
/>
<!-- This barrier is used in expanded view to constrain the bottom row of actions -->