<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" > <view android:id="@+id/titlebar" android:layout_width="fill_parent" android:layout_height="wrap_content" class="com.smartdot.cgt.view.TitleBar" > </view> <RelativeLayout android:layout_width="match_parent" android:layout_height="match_parent" > <com.smartdot.cgt.view.FlingView android:id="@+id/viewFlipperContainer" android:layout_width="match_parent" android:layout_height="match_parent" > </com.smartdot.cgt.view.FlingView> <ImageView android:id="@+id/imageForIndex" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_alignParentBottom="true" android:layout_margin="5dip" android:scaleType="fitCenter" /> </RelativeLayout> </LinearLayout>