Fixed light theme on API > 11
Forgot that it also needed to go in the values-v11 styles file.
This commit is contained in:
parent
b82be525b9
commit
208146882e
@ -4,7 +4,11 @@
|
||||
<!-- API 11 theme customizations go here -->
|
||||
</style>
|
||||
|
||||
<style name="AppBaseThemeLight" parent="Theme.AppCompat.Light.DarkActionBar">
|
||||
<style name="AppBaseThemeLight" parent="Theme.AppCompat.Light">
|
||||
<!-- API 11 theme customizations go here -->
|
||||
</style>
|
||||
|
||||
<style name="AppBaseThemeLightWithDarkActionBar" parent="Theme.AppCompat.Light.DarkActionBar">
|
||||
<!-- API 11 theme customizations go here -->
|
||||
</style>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user