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

Commit 4222c2ef authored by Daniel Sandler's avatar Daniel Sandler
Browse files

Add carrier info back to notification drawer.

Bug: 5250214
Change-Id: I9ef1faf052ea6e4d3bd0b5a1a6e67a18fb923c47
parent cc3fbb7b
Loading
Loading
Loading
Loading
+15 −6
Original line number Diff line number Diff line
@@ -26,12 +26,21 @@
    android:paddingRight="0px"
    >

    <View
    <FrameLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_weight="1"
        android:background="@drawable/notification_tracking_bg"
        >
        <com.android.systemui.statusbar.phone.CarrierLabel
            android:textAppearance="@style/TextAppearance.StatusBar.Clock"
            android:layout_height="wrap_content"
            android:layout_width="match_parent"
            android:layout_gravity="bottom"
            android:gravity="center"
            android:paddingBottom="20dp"
            />
    </FrameLayout>

    <com.android.systemui.statusbar.phone.CloseDragHandle android:id="@+id/close"
        android:layout_width="match_parent"