enhance(android): use Theme.Material3.DayNight.NoActionBar - #15730
Conversation
Package Changes Through a239585There are 14 changes which include tauri with minor, tauri-cli with minor, @tauri-apps/cli with minor, tauri-bundler with minor, tauri-utils with minor, tauri-build with minor, tauri-macos-sign with minor, tauri-runtime-wry with minor, tauri-runtime with minor, tauri-codegen with minor, tauri-macros with minor, tauri-plugin with minor, tauri-driver with minor, @tauri-apps/api with minor Planned Package VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
|
do you still have the app open and can share a screenshot? |
Added to the description but it's really just the insets fix, the theme only matters for other Android components like the dialogs in tauri-apps/plugins-workspace#3491 |
Use
Theme.Material3.DayNight.NoActionBarinstead ofTheme.MaterialComponents.DayNight.NoActionBarwhen runningtauri android initAlso fixed the API example insets: