1<?xml version="1.0" encoding="utf-8"?> 2<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" 3 android:orientation="vertical" 4 android:layout_width="match_parent" 5 android:layout_height="match_parent"> 6 7 <ViewFlipper 8 android:id="@+id/flipper" 9 android:layout_width="match_parent" 10 android:layout_height="400dp" 11 android:flipInterval="1000" 12 /> 13 14</FrameLayout>