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

Commit 0749e8e8 authored by Daniel Sandler's avatar Daniel Sandler
Browse files

Move BigPicture's header to the top of its large view.

Bug: 6494690
Change-Id: If0b865ac72b24c16286f9c334558c12d5b70abd4
parent 8680bf86
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -27,11 +27,12 @@
        android:id="@+id/big_picture"
        android:layout_width="match_parent"
        android:layout_height="192dp"
        android:layout_marginTop="64dp"
        android:layout_gravity="bottom"
        android:scaleType="centerCrop"
        />
    <include layout="@layout/notification_template_base" 
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_marginTop="192dp"
        />
</FrameLayout>