在ScrollView中显示图像?

时间:2018-10-17 14:55:24

标签: android image scroll scrollview

我正在尝试制作一个应用,其中有两行图像,您必须向下滚动才能查看其余图像。因此就像手机上图片应用程序中的图片一样。

当我在Android Studio中创建新项目时,尝试使用“滚动视图”,但是它给了我很大的操作栏和视图上的邮件图标。

我想要的是没有操作栏,并且图像可以滚动。我应该使用其他视图吗?

2 个答案:

答案 0 :(得分:1)

您应该使用RecyclerViewhttps://developer.android.com/guide/topics/ui/layout/recyclerview

使用GridLayout-> Simple Android grid example using RecyclerView with GridLayoutManager (like the old GridView)

但是我认为您真正的问题是从某个地方下载图像。我建议使用PicassoGlide

祝你好运。

答案 1 :(得分:1)

转到annotated_images = tf_put_text(images, labels) tf.summary.image('annotated_images', annotated_images, 4) 并打开res\styles
将您应用的父主题更改为... styles.xml

NoActionBar

现在<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar"> <!-- Customize your theme here. --> <item name="colorPrimary">@color/colorPrimary</item> <item name="colorPrimaryDark">@color/colorPrimaryDark</item> <item name="colorAccent">@color/colorAccent</item> </style> 已删除,您可以使用Actionbar