<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<
RelativeLayout
android:layout_width
=
"match_parent"
android:layout_height
=
"match_parent"
android:orientation
=
"vertical"
android:padding
=
"0dp"
tools:context
=
".MainActivity"
>
<
FrameLayout
android:layout_width
=
"match_parent"
android:layout_height
=
"wrap_content"
android:layout_centerInParent
=
"true"
>
<
com.q42.android.scrollingimageview.ScrollingImageView
android:id
=
"@+id/scrolling_background"
android:layout_width
=
"match_parent"
android:layout_height
=
"wrap_content"
scrolling_image_view:source
=
"@drawable/scrolling_background"
scrolling_image_view:speed
=
"60dp"
/>
<
com.q42.android.scrollingimageview.ScrollingImageView
android:id
=
"@+id/scrolling_foreground"
android:layout_width
=
"match_parent"
android:layout_height
=
"wrap_content"
scrolling_image_view:source
=
"@drawable/scrolling_foreground"
scrolling_image_view:speed
=
"150dp"
/>
</
FrameLayout
>
<
ImageView
android:id
=
"@+id/scr"
android:layout_width
=
"match_parent"
android:layout_height
=
"wrap_content"
android:layout_centerInParent
=
"true"
android:scaleType
=
"centerInside"
android:src
=
"@drawable/van"
/>
</
RelativeLayout
>