34 lines
1.2 KiB
XML
34 lines
1.2 KiB
XML
|
<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" />
|
||
|
|
||
|
</resources>
|