summaryrefslogtreecommitdiffstats
path: root/res/layout/bootanimation_preview.xml
blob: c1cabf80c74dc3ef29a6d29b7e8638fdbb42bb58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="utf-8"?>

<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:background="#000000" >
    <ImageView
        android:id="@+id/preview"
        android:layout_width="@dimen/boot_animation_preview_width"
        android:layout_height="@dimen/boot_animation_preview_height"
        android:scaleType="fitCenter"
        android:background="#000000"/>
</FrameLayout>