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:
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user