diff --git a/app/build.gradle b/app/build.gradle index d9bbbb299..9cacef209 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 } diff --git a/live/src/main/res/drawable/background_ff4598.xml b/live/src/main/res/drawable/background_ff4598.xml new file mode 100644 index 000000000..a3119f29b --- /dev/null +++ b/live/src/main/res/drawable/background_ff4598.xml @@ -0,0 +1,12 @@ + + + + + + + + + \ No newline at end of file diff --git a/main/src/main/res/layout/item_main_me_2.xml b/main/src/main/res/layout/item_main_me_2.xml index 9b2994215..cabd6755e 100644 --- a/main/src/main/res/layout/item_main_me_2.xml +++ b/main/src/main/res/layout/item_main_me_2.xml @@ -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" diff --git a/py.jks b/py.jks new file mode 100644 index 000000000..4a5ae8fc2 Binary files /dev/null and b/py.jks differ