We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如果仅显示底部阴影, 就会导致显示不全:
<com.lihang.ShadowLayout android:id="@+id/mShadowLayout" android:layout_width="match_parent" android:layout_height="40dp" android:layout_marginTop="10dp" app:hl_cornerRadius_leftBottom="10dp" app:hl_cornerRadius_rightBottom="10dp" app:hl_shadowColor="#ef1A7BFF" app:hl_shadowHiddenLeft="true" app:hl_shadowHiddenRight="true" app:hl_shadowHiddenTop="true" app:hl_shadowLimit="5dp"> <View android:layout_width="match_parent" android:layout_height="match_parent" android:background="@color/white" /> </com.lihang.ShadowLayout>
如图, 底部阴影的左侧&右侧, 没有显示出来
The text was updated successfully, but these errors were encountered:
巧了,我是仅显示顶部的阴影,然后我发现它的左边和右边也会有一点不显示阴影。就好像左边和右边分别有一点padding一样。怎么解决?
Sorry, something went wrong.
使用轮子哥的ShapeView吧
No branches or pull requests
如果仅显示底部阴影, 就会导致显示不全:
如图, 底部阴影的左侧&右侧, 没有显示出来
The text was updated successfully, but these errors were encountered: