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

Commit 7bff7e6e authored by Daniel Sandler's avatar Daniel Sandler
Browse files

Fix startup crash on phones.

Bug: 2899243
Change-Id: I344fdd4cd3acce64f78cb9b71848b888f59fadfa
parent 507a4ea3
Loading
Loading
Loading
Loading
+24 −0
Original line number Diff line number Diff line
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="65sp"
    android:orientation="vertical"
    >

    <com.android.systemui.statusbar.LatestItemView android:id="@+id/content"
            android:layout_width="match_parent"
            android:layout_height="64sp"
            android:background="@android:drawable/status_bar_item_background"
            android:focusable="true"
            android:clickable="true"
            android:paddingRight="6sp"
            >
    </com.android.systemui.statusbar.LatestItemView>

    <View
        android:layout_width="match_parent"
        android:layout_height="1sp"
        android:background="@android:drawable/divider_horizontal_bright"
        />

</LinearLayout>