Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to configure #152

Open
LuckyTurtleDev opened this issue Nov 27, 2023 · 1 comment
Open

how to configure #152

LuckyTurtleDev opened this issue Nov 27, 2023 · 1 comment

Comments

@LuckyTurtleDev
Copy link

How can I figure configure xbuild? For example to enable full screen mode.

@StratusFearMe21
Copy link

StratusFearMe21 commented Oct 22, 2024

Hi! The missing docs in this project are definitely a problem, but here's how you do it. All the configuration is in manifest.yaml in the root of the project, and this is how you would set fullscreen mode in that file

android:
  gradle: true
  manifest:
    application:
      theme: "@android:style/Theme.NoTitleBar.Fullscreen"

You can find the structs that the yaml deserializes to here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants