Commit 807ada3f by sikang

bug fix style.xml

parent 88684efc
...@@ -47,7 +47,8 @@ ...@@ -47,7 +47,8 @@
<style name="QMTheme" parent="QMUI.Compat.NoActionBar"> <style name="QMTheme" parent="QMUI.Compat.NoActionBar">
<item name="android:windowAnimationStyle">@style/default_animation</item> <item name="android:windowAnimationStyle">@style/default_animation</item>
<item name="android:windowIsTranslucent">true</item> <item name="android:windowIsTranslucent">false</item>
<item name="android:windowDisablePreview">true</item>
<!-- toolbar(actionbar)颜色 --> <!-- toolbar(actionbar)颜色 -->
<item name="colorPrimary">@color/main_color</item> <item name="colorPrimary">@color/main_color</item>
<!-- 状态栏颜色 --> <!-- 状态栏颜色 -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment