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

Commit 22ed8dca authored by Liran Binyamin's avatar Liran Binyamin Committed by Android (Google) Code Review
Browse files

Merge "Increase max bubble edu title height" into main

parents 8f72d9d2 5e2e2084
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@
        android:layout_height="wrap_content"
        android:layout_marginTop="@dimen/bubble_popup_text_margin"
        android:maxWidth="@dimen/bubble_popup_content_max_width"
        android:maxLines="1"
        android:maxLines="2"
        android:ellipsize="end"
        android:textAppearance="@android:style/TextAppearance.DeviceDefault.Headline"
        android:textColor="@androidprv:color/materialColorOnSurface"
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@
        android:layout_height="wrap_content"
        android:layout_marginTop="@dimen/bubble_popup_text_margin"
        android:maxWidth="@dimen/bubble_popup_content_max_width"
        android:maxLines="1"
        android:maxLines="2"
        android:ellipsize="end"
        android:textAppearance="@android:style/TextAppearance.DeviceDefault.Headline"
        android:textColor="@androidprv:color/materialColorOnSurface"