version:1.2
fix:优化卡顿 update:基本对接完成,增加指示器放大
This commit is contained in:
10
app/src/main/res/drawable/activation_bg.xml
Normal file
10
app/src/main/res/drawable/activation_bg.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<!-- 内部颜色 -->
|
||||
<solid android:color="@color/activation_color" />
|
||||
<!-- 圆角的幅度 -->
|
||||
<corners android:radius="@dimen/dp_16" />
|
||||
<padding
|
||||
android:left="@dimen/dp_4"
|
||||
android:right="@dimen/dp_4" />
|
||||
</shape>
|
||||
Reference in New Issue
Block a user