ShadowLayout
ShadowLayout copied to clipboard
在进行圆角图片设置的时候 显示个圆不会自动拉长

<com.henley.shadowlayout.ShadowLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:backgroundColor="@color/colorAccent"
android:layout_marginTop="20dp"
app:cornerRadius="200dp"
>
<TextView
android:layout_width="match_parent"
android:layout_height="50dp"
android:textColor="@android:color/black"
android:text="登录"
android:gravity="center"
/>
</com.henley.shadowlayout.ShadowLayout>

同样问题,现在有办法处理了吗?