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

Commit e916f709 authored by Jeff Sharkey's avatar Jeff Sharkey
Browse files

Fix notification ticker info text alignment.

Bug: 5215277
Change-Id: I8df97a56056cd79b44a69b1c8b9852e2082c87b9
parent 270bcaa9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -38,8 +38,8 @@
        android:textAppearance="@style/TextAppearance.StatusBar.EventContent.Info"
        android:layout_width="wrap_content"
        android:layout_height="match_parent"
        android:layout_marginTop="-10dp"
        android:layout_marginBottom="6dip"
        android:gravity="bottom"
        android:singleLine="true"
        />
</LinearLayout>
+2 −1
Original line number Diff line number Diff line
@@ -33,8 +33,9 @@
        android:textAppearance="@style/TextAppearance.StatusBar.EventContent.Info"
        android:layout_width="wrap_content"
        android:layout_height="match_parent"
        android:layout_marginBottom="6dip"
        android:gravity="bottom"
        android:singleLine="true"
        android:layout_marginTop="-10dp"
        />
    <ImageView android:id="@+id/icon"
        android:layout_width="wrap_content"