gpt4 book ai didi

Android - 如何创建从右到左的水平 ListView ?

转载 作者:太空狗 更新时间:2023-10-29 16:34:54 26 4
gpt4 key购买 nike

是否有实用的方法(通常)在 Android 中创建从右到左的 Horizo​​ntal-ListView?

我已经搜索过了并找到了 this但它似乎并不普遍实用!

最佳答案

RecyclerView 帮助我(而不是水平 ListView ){thanX to @user2641570}。

根据documentation :

public LinearLayoutManager (Context context, int orientation, boolean reverseLayout)

Parameters context Current context, will be used to access resources.

orientation Layout orientation. Should be HORIZONTAL or VERTICAL.

reverseLayout When set to true, layouts from end to start.

所以我只声明 LinearLayoutManager 如下:

LinearLayoutManager layoutManager = new LinearLayoutManager(this,LinearLayoutManager.HORIZONTAL, true);

一切正常

关于Android - 如何创建从右到左的水平 ListView ?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31263852/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com