有人能创建具有圆形背景的简单芯片吗?
以下代码在1.0.0版本中有效,但在1.1.0-alpha +版本中无效
<com.google.android.material.chip.Chip
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:chipBackgroundColor="#0f0"
app:chipCornerRadius="15dp"
android:text="Some text"/>