<style name="AppTheme" parent="android:Theme.Holo.Light" />
I changed the code above as below to change it to holodark theme
<style name="AppTheme" parent="android:Theme.Holo.Dark" />
error: Error retrieving parent for item: No resource found that matches the given name 'android:Theme.Holo.Dark'.
That's the error.
What should I do?
parent="android:Theme.Holo.Dark"
Change this to parent="android:Theme.Holo"
.
You can just say holo for the dark theme.
572 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
611 GDB gets version error when attempting to debug with the Presense SDK (IDE)
618 Uncaught (inpromise) Error on Electron: An object could not be cloned
915 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
© 2024 OneMinuteCode. All rights reserved.