version:2.6
fix: update:优化爱心提醒
This commit is contained in:
12
app/src/main/res/drawable/gray_track.xml
Normal file
12
app/src/main/res/drawable/gray_track.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle" >
|
||||
<!-- 高度30 此处设置宽度无效-->
|
||||
<size android:height="16dp"/>
|
||||
<!-- 圆角弧度 15 -->
|
||||
<corners android:radius="16dp"/>
|
||||
<!-- 变化率 定义从左到右的颜色不变 -->
|
||||
<gradient
|
||||
android:endColor="@color/gray"
|
||||
android:startColor="@color/gray" />
|
||||
</shape>
|
||||
Reference in New Issue
Block a user