android ListView 去除下划线和选中模式

来源:互联网 发布:yii2.0源码 编辑:程序博客网 时间:2024/04/30 02:08





    <ListView android:id="@id/android:list"                android:layout_width="fill_parent"                 android:layout_height="wrap_content"                android:layout_marginTop="150dip"                android:divider="#00000000" <!— —下划线— —>               android:dividerHeight="0dip"                android:listSelector="@android:color/transparent"                 android:layout_gravity="center_vertical"/>  


0 0
原创粉丝点击