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

fix bug in custome styles #19

Closed
wants to merge 1 commit into from
Closed

fix bug in custome styles #19

wants to merge 1 commit into from

Conversation

forever4313
Copy link
Contributor

this PR will fix bug for #16 && #17

according to Styles and Themes

Note: This technique for inheritance by chaining together names only works for styles defined by your own resources. You can't inherit Android built-in styles this way. To reference a built-in style, such as TextAppearance, you must use the parent attribute.

hoping this PR will help you to fix these bugs,maybe have a better solution.FYI.

@@ -6,50 +6,52 @@
<style name="AppTheme" parent="Theme.AppCompat.Light">
<item name="android:windowBackground">@color/main_color</item>
</style>

<style name="CustomeStyle" />ss

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In English this word is "Custom" not custome

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

Successfully merging this pull request may close these issues.

2 participants