Wij*_*rma -2 android imageview android-layout
我知道有很多第三方库可以创建一个CircularImageView,但我知道它们都不是很有效(有些不支持动画/转换,有些会有性能问题).
我可以在没有任何第三方库的情况下实现此目 如果没有,请让我知道最好的方法.
您可以使用下一个库.添加Gradle依赖:
compile 'de.hdodenhof:circleimageview:2.2.0'
Run Code Online (Sandbox Code Playgroud)
然后只需添加XML视图:
<de.hdodenhof.circleimageview.CircleImageView
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/profile_image"
android:layout_width="96dp"
android:layout_height="96dp"
android:src="@drawable/profile"
app:civ_border_width="2dp"
app:civ_border_color="#FF000000"/>
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
7366 次 |
| 最近记录: |