Add comment to explain why we have empty base themes

This commit is contained in:
cketti 2015-09-04 22:11:04 +02:00
parent e16778f72e
commit 7fbaba9280

View file

@ -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">