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

Android: buildozer specify styles.xml #1853

Closed
alexg93333 opened this issue Sep 16, 2024 · 2 comments
Closed

Android: buildozer specify styles.xml #1853

alexg93333 opened this issue Sep 16, 2024 · 2 comments

Comments

@alexg93333
Copy link

I want to add my own style, for this I added the dependency in buildozer.spec:

android.gradle_dependencies = androidx.appcompat:appcompat:1.6.1

added:

android.apptheme = @style/SplashScreenTheme

but how to tell buildozer to use my styles.xml file where I specified the "SplashScreenTheme" ?
Where can I specify the path to my own styles.xml? Or how else can I do it? I tried to alter styles.xml inside the .buildozer folder but keep getting:

error: resource style/SplashScreenTheme (ak com.test.test:style/SplashScreenTheme) not found.

@FilMarini
Copy link

@alexg93333 Maybe you can do it by adding xml in the source.include_exts list?

Copy link

github-actions bot commented Jan 9, 2025

👋 @alexg93333,
Sorry to hear you are having difficulties with Kivy's Buildozer; Kivy unites a number of different technologies, so building apps can be temperamental.
We try to use GitHub issues only to track work for developers to do to fix bugs and add new features to Buildozer. This issue has been closed, because it doesn't describe a bug or new feature request for Buildozer.
There is a mailing list and a Discord channel to support Kivy users debugging their own systems, which should be able to help. They are linked in the ReadMe.
Of course, if it turns out you have stumbled over a bug in Buildozer, we do want to hear about it here. The support channels should be able to help you craft an appropriate bug report.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants