GridView 水平方向滑動


 

根據自己的需求,簡單修改下就行了。

 

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width
="fill_parent"
android:layout_height
="fill_parent"
>
<HorizontalScrollView
android:layout_width="fill_parent"
android:layout_height
="fill_parent"
android:scrollbars
="none">
<FrameLayout android:layout_width="fill_parent"
android:layout_height
="160dp">
<LinearLayout android:layout_width="1000dip"
android:layout_height
="fill_parent"
>
<GridView
android:layout_gravity="center"
android:layout_width
="fill_parent"
android:layout_height
="fill_parent"
android:id
="@+id/gridview"
android:horizontalSpacing
="0dip"
android:verticalSpacing
="0dip"
android:stretchMode
="spacingWidthUniform"
android:columnWidth
="40dip"
android:gravity
="center"
/>
</LinearLayout>
</FrameLayout>
</HorizontalScrollView>
</LinearLayout>

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM