gpt4 book ai didi

android - 在 TwoWayView Android 库中设置分隔线高度

转载 作者:太空狗 更新时间:2023-10-29 16:18:46 24 4
gpt4 key购买 nike

我正在使用 http://lucasr.org/2013/02/21/introducing-twowayview/水平 ScrollView 库。

我需要设置项目之间的分隔线高度。

<org.lucasr.twowayview.TwoWayView
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/scroller_attached_images"
style="@style/TwoWayView"
android:layout_width="fill_parent"
android:layout_height="200dp"
android:layout_below="@id/editMessage"
android:drawSelectorOnTop="false"
android:focusable="false"
tools:context=".MainActivity"
android:divider="@android:color/transparent"
android:dividerHeight="10.0sp"/>

这行不通。谁能帮帮我?

问候,湿婆

最佳答案

也许现在为时已晚,但您可以使用 setItemMargin 在代码中执行此操作:

TwoWayView listView = (TwoWayView) findViewById(R.id.scroller_attached_images);
listView.setItemMargin(10);

关于android - 在 TwoWayView Android 库中设置分隔线高度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20944823/

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