[Java] Android下图片变圆角的代码封装 →→→→→进入此内容的聊天室

来自 , 2020-01-27, 写在 Java, 查看 101 次.
URL http://www.code666.cn/view/7c127e0c
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3.     android:id="@+id/layout"
  4.     android:layout_width="fill_parent"
  5.     android:layout_height="fill_parent"
  6.     android:orientation="vertical" >
  7.  
  8.     <!-- <com.lian.image.SetImage
  9.         android:id="@+id/show"
  10.         android:layout_width="wrap_content"
  11.         android:layout_height="wrap_content" /> -->
  12.  
  13.     <ListView
  14.         android:id="@+id/listview"
  15.         android:layout_width="wrap_content"
  16.         android:layout_height="fill_parent"
  17.         android:layout_marginLeft="50dp"
  18.         android:cacheColorHint="#000"
  19.         android:divider="#000"
  20.         android:dividerHeight="5px"
  21.         android:fadingEdge="none"
  22.         android:scrollbars="none"
  23.         android:scrollingCache="true" />
  24.  
  25. </LinearLayout>
  26.  
  27.  
  28. //java/6855

回复 "Android下图片变圆角的代码封装"

这儿你可以回复上面这条便签

captcha