2019-02-01 09:19:44 +08:00
|
|
|
<resources>
|
|
|
|
|
|
|
|
<!-- Base application theme. -->
|
|
|
|
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
|
|
|
|
<!-- Customize your theme here. -->
|
|
|
|
<item name="colorPrimary">@color/colorPrimary</item>
|
|
|
|
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
|
|
|
|
<item name="colorAccent">@color/colorAccent</item>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="ToolBarTheme" parent="Theme.AppCompat.Light.NoActionBar">
|
|
|
|
<item name="colorPrimary">@color/colorPrimary</item>
|
|
|
|
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
|
|
|
|
<item name="colorAccent">@color/colorAccent</item>
|
|
|
|
|
|
|
|
<item name="actionOverflowMenuStyle">@style/LYJMenuStyle</item>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="LYJMenuStyle" parent="@style/Widget.AppCompat.Light.PopupMenu.Overflow">
|
|
|
|
<item name="overlapAnchor">false</item>
|
|
|
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="ToolBarTheme.NoActionBar">
|
|
|
|
<item name="windowActionBar">false</item>
|
|
|
|
<item name="windowNoTitle">true</item>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="ToolBarTheme.AppBarOverlay" parent="ThemeOverlay.AppCompat.Dark.ActionBar" />
|
|
|
|
|
|
|
|
<style name="ToolBarTheme.PopupOverlay" parent="ThemeOverlay.AppCompat.Light" />
|
|
|
|
|
2019-02-15 23:48:25 +08:00
|
|
|
<style name="FullscreenTheme" parent="ToolBarTheme">
|
|
|
|
<item name="android:actionBarStyle">@style/FullscreenActionBarStyle</item>
|
|
|
|
<item name="android:windowActionBarOverlay">true</item>
|
|
|
|
<item name="android:windowBackground">@null</item>
|
|
|
|
<item name="metaButtonBarStyle">?android:attr/buttonBarStyle</item>
|
|
|
|
<item name="metaButtonBarButtonStyle">?android:attr/buttonBarButtonStyle</item>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="FullscreenActionBarStyle" parent="Widget.AppCompat.ActionBar">
|
|
|
|
<item name="android:background">@color/black_overlay</item>
|
|
|
|
</style>
|
|
|
|
|
2019-02-01 09:19:44 +08:00
|
|
|
</resources>
|