Merge "Fix bubble button alignment" into rvc-qpr-dev

This commit is contained in:
Lyn Han
2020-07-01 21:38:11 +00:00
committed by Android (Google) Code Review

View File

@@ -25,6 +25,7 @@
android:id="@+id/actions_container_layout" android:id="@+id/actions_container_layout"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:gravity="end"
android:orientation="horizontal" android:orientation="horizontal"
android:paddingEnd="@dimen/bubble_gone_padding_end" android:paddingEnd="@dimen/bubble_gone_padding_end"
> >