• 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>
  • 相关阅读:
    指数
    汉诺塔问题
    只用递归和当前的栈实现栈的逆序
    让你996的不是你的老板,而是其他愿意996的人
    luke towan
    2020-9-3
    2020-9-3
    springboot注解
    2020-9-2
    20200827
  • 原文地址:https://www.cnblogs.com/error404/p/2313031.html
Copyright © 2020-2023  润新知