ShadowLayout icon indicating copy to clipboard operation
ShadowLayout copied to clipboard

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

Open zhaopanlong opened this issue 6 years ago • 1 comments

image

  <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>

image

zhaopanlong avatar Aug 31 '19 02:08 zhaopanlong

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

AoEiuV020 avatar Aug 11 '22 10:08 AoEiuV020