version:1.0.1
update:优化屏幕适配,更换图标 bugfixes:
This commit is contained in:
@@ -4,13 +4,13 @@
|
||||
<solid android:color="@color/default_gray" />
|
||||
<!-- 圆角的幅度 -->
|
||||
<corners
|
||||
android:bottomLeftRadius="@dimen/dp_32"
|
||||
android:bottomRightRadius="@dimen/dp_32"
|
||||
android:topLeftRadius="@dimen/dp_32"
|
||||
android:topRightRadius="@dimen/dp_32" />
|
||||
android:bottomLeftRadius="32dp"
|
||||
android:bottomRightRadius="32dp"
|
||||
android:topLeftRadius="32dp"
|
||||
android:topRightRadius="32dp" />
|
||||
|
||||
<padding
|
||||
android:left="@dimen/dp_12"
|
||||
android:right="@dimen/dp_12" />
|
||||
android:left="12dp"
|
||||
android:right="12dp" />
|
||||
|
||||
</shape>
|
||||
Reference in New Issue
Block a user