notification_template_big_picture.xml revision f3b7343246bf20a8024853abe9c8eeef767d26da
1<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
2    android:id="@+id/status_bar_latest_event_content"
3    android:layout_width="match_parent"
4    android:layout_height="match_parent"
5    >
6    <ImageView
7        android:id="@+id/big_picture"
8        android:layout_width="match_parent"
9        android:layout_height="192dp"
10        android:scaleType="centerCrop"
11        />
12    <include layout="@layout/status_bar_latest_event_content" 
13        android:layout_width="match_parent"
14        android:layout_height="@dimen/notification_large_icon_height"
15        android:layout_marginTop="192dp"
16        />
17</FrameLayout>