<?xml version="1.0" encoding="utf-8"?>
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:internal="http://schemas.android.com/apk/prv/res/android"
|
android:id="@+id/status_bar_latest_event_content"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:paddingRight="8dip"
|
android:paddingEnd="8dip"
|
>
|
<ImageView android:id="@+id/big_pic"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:scaleType="centerCrop"
|
android:clickable="false"
|
/>
|
</FrameLayout>
|