答案 0 :(得分:0)
您想将视图更改为圆形,对吗?
我发现了一个可以将视图更改为自定义形状的库。
链接:https://github.com/florent37/ShapeOfView
<com.github.florent37.shapeofview.shapes.CircleView
android:layout_width="150dp"
android:layout_height="150dp"
android:elevation="4dp"
app:shape_circle_borderColor="@android:color/black"
app:shape_circle_borderWidth="2dp">
<!-- YOUR CONTENT -->
</com.github.florent37.shapeofview.shapes.CircleView>