将推送代码接入主工程

This commit is contained in:
wangcongtao
2020-07-31 13:22:26 +08:00
parent 5a2d3183c2
commit e16fff638c
73 changed files with 5754 additions and 10 deletions

View File

@@ -0,0 +1,9 @@
<resources>
<style name="ModulePushMessageTheme" parent="Theme.AppCompat.NoActionBar">
<!-- Customize your theme here. -->
<item name="android:windowIsTranslucent">true</item>
<item name="android:windowAnimationStyle">@android:style/Animation.Translucent</item>
<item name="android:windowBackground">@drawable/module_push_message_activity_background</item>
</style>
</resources>