Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 78d97a73 authored by Caitlin Cassidy's avatar Caitlin Cassidy Committed by Automerger Merge Worker
Browse files

Merge "[Media TTT] Update text to take the rest of the width, so that it will...

Merge "[Media TTT] Update text to take the rest of the width, so that it will spill onto a second line if it needs it." into tm-qpr-dev am: ea89edc0

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



Change-Id: I35626607fcfdd817f9fcf3def7a4aae02bba1cf4
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 0b8455cb ea89edc0
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -31,6 +31,8 @@
        android:padding="@dimen/media_ttt_chip_outer_padding"
        android:background="@drawable/media_ttt_chip_background"
        android:layout_marginTop="20dp"
        android:layout_marginStart="@dimen/notification_side_paddings"
        android:layout_marginEnd="@dimen/notification_side_paddings"
        android:clipToPadding="false"
        android:gravity="center_vertical"
        android:alpha="0.0"
@@ -46,8 +48,9 @@

        <TextView
            android:id="@+id/text"
            android:layout_width="wrap_content"
            android:layout_width="0dp"
            android:layout_height="wrap_content"
            android:layout_weight="1"
            android:textSize="@dimen/media_ttt_text_size"
            android:textColor="?android:attr/textColorPrimary"
            android:alpha="0.0"