1、更换poyo签名
2、改变消息中心角标颜色
This commit is contained in:
parent
4e42a4b04c
commit
99d8df2ec3
@ -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.0,必须用V2,否则会有安全问题
|
||||
v1SigningEnabled true
|
||||
}
|
||||
|
12
live/src/main/res/drawable/background_ff4598.xml
Normal file
12
live/src/main/res/drawable/background_ff4598.xml
Normal 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
|
||||
|
||||
|
||||
>
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user