Android 封面流程与文本

发布于 2024-12-19 07:11:04 字数 49 浏览 0 评论 0 原文

我已经使用图像实现了封面流。现在我想将文本放置在封面流中所有图像的下方。我该怎么做?

I have implemented a coverflow using images.Now I want to place text below all the image in the coverflow. How can i do this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

探春 2024-12-26 07:11:04

您可以在 Android 中创建自定义封面流程。请参阅自定义封面流程

http://www.inter-fuser.com/2010/02/android-coverflow-widget-v2.html

  • 现在您需要的只是一个在其中实例化 Coverflow 的活动
    onCreate 方法。它还有一个内部类 ImageAdapter,我们可以使用它
    用作 Coverflow 小部件的适配器,就像我们使用
    画廊小部件。也可以在以下情况下使用 Coverflow 小部件:
    它是在 XML 布局文件中指定的。创建一个具有一张图像的视图
    图像视图下方的视图和文本视图将该视图传递给
    适配器

you can create your custom coverflow in android. See custom coverflow

http://www.inter-fuser.com/2010/02/android-coverflow-widget-v2.html

  • Now all you need is an activity to instantiate the Coverflow in it's
    onCreate method. It also has an internal Class, ImageAdapter which we
    use as the adapter for the Coverflow widget, much as we would for a
    Gallery widget. It is also possible to use the Coverflow widget when
    it is specified in an XML layout file. create a view having one image
    view and textview to the below of image view pass that view to the
    adapter
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文