2
我正在使用http://lucasr.org/2013/02/21/introducing-twowayview/庫進行水平滾動視圖。在TwoWayView Android庫中設置分隔線高度
我需要設置項目之間的分隔高度。
<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"/>
這沒有用。誰能幫幫我嗎 ?
問候, 西瓦
你知道如何設置分隔線的顏色嗎? – ademar111190