1、更换poyo签名

2、改变消息中心角标颜色
This commit is contained in:
老皮 2024-09-13 17:28:22 +08:00
parent 4e42a4b04c
commit 99d8df2ec3
4 changed files with 21 additions and 9 deletions

View File

@ -214,17 +214,17 @@ android {
}
signingConfigs {
release {
keyAlias 'phonelive'
keyPassword 'phonelive'
storeFile file('../hdl.jks')
storePassword 'phonelive'
keyAlias 'poyo'
keyPassword 'poyolive'
storeFile file('../py.jks')
storePassword 'poyolive'
}
//
config {//TODO BEAUTYSDK keystore相关信息
keyAlias 'phonelive'
keyPassword 'phonelive'
storeFile file('../hdl.jks')//keystore的存放路径
storePassword 'phonelive'
keyAlias 'poyo'
keyPassword 'poyolive'
storeFile file('../py.jks')//keystore的存放路径
storePassword 'poyolive'
v2SigningEnabled true // android 5.0-8.0V2
v1SigningEnabled true
}

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape android:shape="rectangle">
<corners android:radius="50dp" />
<solid android:color="#FF4598" />
</shape>
</item>
</selector
>

View File

@ -34,7 +34,7 @@
android:id="@+id/message_redpoint"
android:layout_width="20dp"
android:layout_height="20dp"
android:background="@drawable/background_ff5075"
android:background="@drawable/background_ff4598"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent"
android:gravity="center"

BIN
py.jks Normal file

Binary file not shown.