|
|
@@ -27,9 +27,8 @@
|
|
|
|
|
|
<style name="aaa" parent="Theme.AppCompat.Light.NoActionBar">
|
|
|
<!-- Customize your theme here. -->
|
|
|
- <item name="colorPrimary">@color/translate</item>
|
|
|
- <item name="colorPrimaryDark">@color/translate</item>
|
|
|
- <item name="colorAccent">@color/colorAccent</item>
|
|
|
+
|
|
|
+ <item name="colorAccent">@color/white_bg_line</item>
|
|
|
<item name="android:windowNoTitle">true</item>
|
|
|
<item name="android:windowIsTranslucent">true</item>
|
|
|
<!--下面的属性全是为了兼容安卓4.0!多了好多文件啊-->
|
|
|
@@ -45,11 +44,14 @@
|
|
|
<item name="btn_color">@color/btn_color_main</item>
|
|
|
</style>
|
|
|
<style name="AppThemes" parent="@style/aaa">
|
|
|
+ <item name="colorPrimary">@color/white_light</item>
|
|
|
+ <item name="colorPrimaryDark">@color/white_light</item>
|
|
|
<item name="android:windowBackground">@color/white_light</item>
|
|
|
</style>
|
|
|
-
|
|
|
<style name="ACTMAIN" parent="@style/aaa">
|
|
|
- <item name="android:windowBackground">@color/theme_app_highlight_transparent</item>
|
|
|
+ <item name="colorPrimary">@color/theme_app_mid</item>
|
|
|
+ <item name="colorPrimaryDark">@color/theme_app_mid</item>
|
|
|
+ <item name="android:windowBackground">@color/theme_app_mid</item>
|
|
|
</style>
|
|
|
|
|
|
|