Merge "Fix small buttons in collapsed layout" into tm-qpr-dev am: 5ff4c03fb2

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/20760253

Change-Id: I7753ba0b7b041220c129964f095c7b75f7b76f05
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Beth Thibodeau
2022-12-19 22:00:22 +00:00
committed by Automerger Merge Worker

View File

@@ -186,7 +186,7 @@
app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintBottom_toBottomOf="parent"
app:barrierDirection="end" 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: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 --> <!-- This barrier is used in expanded view to constrain the bottom row of actions -->