version:1.0.9
fix: update:更新资源,增加登录,增加检测更新
This commit is contained in:
18
app/src/main/res/drawable/tv_activation.xml
Normal file
18
app/src/main/res/drawable/tv_activation.xml
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<!-- 内部颜色 -->
|
||||
<!-- <solid android:color="@color/check_update_color" />-->
|
||||
<!-- 圆角的幅度 -->
|
||||
<corners android:radius="4dp" />
|
||||
|
||||
<padding
|
||||
android:bottom="8dp"
|
||||
android:left="4dp"
|
||||
android:right="4dp"
|
||||
android:top="8dp" />
|
||||
|
||||
<gradient
|
||||
android:angle="270"
|
||||
android:endColor="#4c71f6"
|
||||
android:startColor="#6695f7" />
|
||||
</shape>
|
||||
Reference in New Issue
Block a user