Add comment to explain why we have empty base themes
This commit is contained in:
parent
e16778f72e
commit
7fbaba9280
1 changed files with 1 additions and 1 deletions
|
@ -5,8 +5,8 @@
|
|||
<item name="android:windowBackground">@android:color/black</item>
|
||||
</style>
|
||||
|
||||
<!-- Empty base themes that can be easily replaced by RRO (Runtime Resource Overlay) themes -->
|
||||
<style name="Theme.K9.Light.Base" parent="@android:style/Theme.Holo.Light" />
|
||||
|
||||
<style name="Theme.K9.Dark.Base" parent="@android:style/Theme.Holo" />
|
||||
|
||||
<style name="Theme.K9.Light" parent="Theme.K9.Light.Base">
|
||||
|
|
Loading…
Reference in a new issue