<?xml version="1.0" encoding="utf-8"?>
|
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
android:layout_width="wrap_content"
|
android:layout_height="match_parent"
|
android:background="#cc000000" >
|
|
<LinearLayout
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:orientation="vertical" >
|
|
<com.lcjian.library.widget.MyGridView
|
android:id="@+id/gv_episode2"
|
android:layout_width="200dp"
|
android:layout_height="wrap_content"
|
android:horizontalSpacing="8dp"
|
android:numColumns="3"
|
android:padding="8dp"
|
android:stretchMode="columnWidth"
|
android:verticalSpacing="8dp" >
|
</com.lcjian.library.widget.MyGridView>
|
</LinearLayout>
|
|
</ScrollView>
|