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

Commit 28387895 authored by Selim Cinek's avatar Selim Cinek
Browse files

Made the layout consistent for the bigText style

When using BigText style with only 1 line the layout was inconsistent
leading to jumps in the layout.

Change-Id: I86234d4d4732183df738c387d2f9d5dd311b70f3
parent 860b6dac
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -43,6 +43,7 @@
            android:orientation="horizontal"
            android:gravity="top"
            android:layout_weight="1"
            android:layout_marginTop="1.5dp"
            >
            <com.android.internal.widget.ImageFloatingTextView android:id="@+id/big_text"
                android:textAppearance="@style/TextAppearance.Material.Notification"
+3 −3
Original line number Diff line number Diff line
@@ -20,18 +20,18 @@
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:orientation="horizontal"
    android:gravity="center_vertical"
    android:gravity="top"
    >
    <TextView android:id="@+id/text"
        android:textAppearance="@style/TextAppearance.Material.Notification"
        android:layout_width="0dp"
        android:layout_height="wrap_content"
        android:layout_weight="1"
        android:layout_gravity="center"
        android:layout_gravity="top"
        android:singleLine="true"
        android:ellipsize="marquee"
        android:fadingEdge="horizontal"
        android:layout_marginTop="1dp"
        android:layout_marginTop="1.5dp"
        />
    <ImageView android:id="@+id/profile_badge_line3"
        android:layout_width="@dimen/notification_badge_size"