【发布时间】:2014-01-06 07:09:35
【问题描述】:
我正在使用http://lucasr.org/2013/02/21/introducing-twowayview/ 水平滚动视图库。
我需要设置项目之间的分隔高度。
<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"/>
这不起作用。谁能帮帮我?
问候, 湿婆
【问题讨论】:
标签: android android-layout android-listview