Skip to content

Theme Overlay Material Toolbar #13198

Answered by m1ga
beppo-ivel asked this question in Q&A
Nov 27, 2021 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

You really need to update your google-game 🤣

Colored dots: https://stackoverflow.com/a/35933013
Menu background: https://stackoverflow.com/a/28979152
font color: https://stackoverflow.com/a/19212678

It took me more time to create the Titanium code for the menu 😄

Full XML example:

<?xml version="1.0" encoding="utf-8"?>
<resources>

<style name="defaultTheme" parent="Theme.MaterialComponents.DayNight">
	<item name="android:actionOverflowButtonStyle">@style/MyCustomTheme</item>
	<item name="actionOverflowButtonStyle">@style/MyCustomTheme</item>

	<item name="actionOverflowMenuStyle">@style/menubackground</item>

	<item name="android:itemTextAppearance">@style/TextAppearance</item>
</style>

<s…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@beppo-ivel
Comment options

@m1ga
Comment options

Answer selected by beppo-ivel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants