将推送代码接入主工程
This commit is contained in:
9
modules/mogo-module-push/src/main/res/values/styles.xml
Normal file
9
modules/mogo-module-push/src/main/res/values/styles.xml
Normal 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>
|
||||
Reference in New Issue
Block a user