| | |
| | | <item name="colorOnSecondary">@color/black</item> |
| | | <!-- Status bar color. --> |
| | | <item name="android:statusBarColor" tools:targetApi="l">?attr/colorPrimaryVariant</item> |
| | | |
| | | <!-- Customize your theme here. --> |
| | | </style> |
| | | |
| | | <style name="Theme.PhotovoltaicDebug.NoActionBar"> |
| | | <item name="windowActionBar">false</item> |
| | | <item name="windowNoTitle">true</item> |
| | | |
| | | </style> |
| | | |
| | | |
| | |
| | | |
| | | </style> |
| | | |
| | | <style name="DCloudMPHostActivityTheme" parent="@style/Theme.AppCompat"> |
| | | <style name="DCloudMPHostActivityTheme" parent="Theme.AppCompat.Light.NoActionBar"> |
| | | <item name="android:windowAnimationStyle">@style/uniMPHostWindowAnimation</item> |
| | | </style> |
| | | |