version:1.0.0
fix: update:增加autosize
This commit is contained in:
@@ -6,9 +6,9 @@
|
||||
android:color="#cce5fe" />
|
||||
<!-- 圆角的幅度 -->
|
||||
<corners
|
||||
android:topLeftRadius="@dimen/dp_32"
|
||||
android:topRightRadius="@dimen/dp_32"
|
||||
android:bottomLeftRadius="@dimen/dp_32"
|
||||
android:bottomRightRadius="@dimen/dp_32" />
|
||||
android:topLeftRadius="32dp"
|
||||
android:topRightRadius="32dp"
|
||||
android:bottomLeftRadius="32dp"
|
||||
android:bottomRightRadius="32dp" />
|
||||
|
||||
</shape>
|
||||
Reference in New Issue
Block a user