version:1.0.1
update:优化屏幕适配,更换图标 bugfixes:
This commit is contained in:
@@ -4,14 +4,14 @@
|
||||
<solid android:color="#fdedbc" />
|
||||
<!-- 圆角的幅度 -->
|
||||
<corners
|
||||
android:bottomLeftRadius="@dimen/dp_20"
|
||||
android:bottomRightRadius="@dimen/dp_20"
|
||||
android:topLeftRadius="@dimen/dp_20"
|
||||
android:topRightRadius="@dimen/dp_20" />
|
||||
android:bottomLeftRadius="20dp"
|
||||
android:bottomRightRadius="20dp"
|
||||
android:topLeftRadius="20dp"
|
||||
android:topRightRadius="20dp" />
|
||||
|
||||
<padding
|
||||
android:top="@dimen/dp_4"
|
||||
android:right="@dimen/dp_8"
|
||||
android:left="@dimen/dp_8"
|
||||
android:bottom="@dimen/dp_4" />
|
||||
android:top="4dp"
|
||||
android:right="8dp"
|
||||
android:left="8dp"
|
||||
android:bottom="4dp" />
|
||||
</shape>
|
||||
Reference in New Issue
Block a user