Skip to content

Commit 0749e8e

Browse files
committed
Move BigPicture's header to the top of its large view.
Bug: 6494690 Change-Id: If0b865ac72b24c16286f9c334558c12d5b70abd4
1 parent 8680bf8 commit 0749e8e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/res/res/layout/notification_template_big_picture.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,12 @@
2727
android:id="@+id/big_picture"
2828
android:layout_width="match_parent"
2929
android:layout_height="192dp"
30+
android:layout_marginTop="64dp"
31+
android:layout_gravity="bottom"
3032
android:scaleType="centerCrop"
3133
/>
3234
<include layout="@layout/notification_template_base"
3335
android:layout_width="match_parent"
3436
android:layout_height="wrap_content"
35-
android:layout_marginTop="192dp"
3637
/>
3738
</FrameLayout>

0 commit comments

Comments
 (0)