We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8680bf8 commit 0749e8eCopy full SHA for 0749e8e
core/res/res/layout/notification_template_big_picture.xml
@@ -27,11 +27,12 @@
27
android:id="@+id/big_picture"
28
android:layout_width="match_parent"
29
android:layout_height="192dp"
30
+ android:layout_marginTop="64dp"
31
+ android:layout_gravity="bottom"
32
android:scaleType="centerCrop"
33
/>
34
<include layout="@layout/notification_template_base"
35
36
android:layout_height="wrap_content"
- android:layout_marginTop="192dp"
37
38
</FrameLayout>
0 commit comments