【问题标题】:Horizontall scrolling in gridview in androidandroid中gridview中的水平滚动
【发布时间】:2013-01-31 04:41:28
【问题描述】:

我是 Android 应用程序开发人员和 stackoverflow 的新手。 我在gridview中水平滚动搜索了很多。 我想在网格视图中将图像显示为水平滚动。

请帮帮我。

【问题讨论】:

标签: android gridview horizontalscrollview


【解决方案1】:
【解决方案2】:

在 xml 文件中试试这个:

<HorizontalScrollView 
android="http://schemas.android.com/apk/res/android" 
android:layout_width="wrap_content" 
android:layout_height="wrap_content">

<GridView 
android:layout_width="wrap_content" 
android:layout_height="wrap_content"           
android:id="@+id/gridview" 
android:scrollbars="horizontal"/>
</HorizontalScrollView>

【讨论】:

  • 在将其发布为答案之前,您是否尝试过此操作?我猜不是。
猜你喜欢
  • 2011-07-22
  • 1970-01-01
  • 1970-01-01
  • 2018-03-21
  • 2020-12-17
  • 1970-01-01
  • 2014-11-02
  • 2012-11-12
  • 2011-06-27
相关资源
最近更新 更多