Blob Blame Raw
<com.icystar.dicegenerator.ResizerFrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:id="@+id/ResizerFrameLayout2"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent" >

    <LinearLayout
        android:id="@+id/LinearLayout2"
        android:layout_width="fill_parent"
        android:layout_height="fill_parent"
        android:clickable="true"
        android:onClick="onTapScreen"
        android:orientation="vertical" >

        <TextView
            android:id="@+id/textView1"
            style="@style/IndicatorText"
            android:layout_width="fill_parent"
            android:layout_height="wrap_content"
            android:singleLine="true" />

        <ScrollView
            android:id="@+id/ScrollView1"
            android:layout_width="fill_parent"
            android:layout_height="fill_parent"
            android:fillViewport="true" >

            <FrameLayout
                android:id="@+id/FrameLayout1"
                android:layout_width="fill_parent"
                android:layout_height="wrap_content"
                android:clickable="true"
                android:onClick="onTapScreen" >

                <com.icystar.dicegenerator.FlowLayout
                    android:id="@+id/FlowLayout1"
                    android:layout_width="fill_parent"
                    android:layout_height="wrap_content" >
                </com.icystar.dicegenerator.FlowLayout>
            </FrameLayout>
        </ScrollView>
    </LinearLayout>

</com.icystar.dicegenerator.ResizerFrameLayout>