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

Open
alexg93333 opened this issue Sep 16, 2024 · 0 comments
Open

Android: buildozer specify styles.xml #1853

alexg93333 opened this issue Sep 16, 2024 · 0 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.

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

1 participant