ListView圆角实现

这里用到了自定义控件,自定义ListView

然后在布局文件中应用

复制代码
 <com.example.demo.ListCorn
      android:id="@+id/ydlist"
      android:layout_below="@+id/edit"
      android:layout_width="match_parent"
      android:layout_height="wrap_content"
      android:layout_alignParentBottom="true"
      android:layout_centerHorizontal="true"
      android:layout_margin="10dp"
       android:cacheColorHint="#00000000"
      android:scrollbars="none" >
  </com.example.demo.ListCorn>
复制代码

 

 

 

 

 

posted @   有梦想的小人物  阅读(540)  评论(0编辑  收藏  举报
点击右上角即可分享
微信分享提示