Document how themes should roughly look

This commit is contained in:
Christine Emrich 2017-08-30 11:54:37 +02:00 committed by Peter Serwylo
parent eed9effb0e
commit 1906dd2f67

View File

@ -49,14 +49,17 @@
<item name="antiFeaturesWarning">@drawable/ic_warning_black_24dp</item> <item name="antiFeaturesWarning">@drawable/ic_warning_black_24dp</item>
</style> </style>
<!-- dark app theme with accent colors following roughly android design guidelines -->
<style name="AppThemeDark" parent="AppBaseThemeDark"> <style name="AppThemeDark" parent="AppBaseThemeDark">
<!-- customizations that are not API-level specific go here. --> <!-- customizations that are not API-level specific go here. -->
</style> </style>
<!-- light app theme with accent colors following roughly android design guidelines -->
<style name="AppThemeLight" parent="AppBaseThemeLight"> <style name="AppThemeLight" parent="AppBaseThemeLight">
<!-- customizations that are not API-level specific go here. --> <!-- customizations that are not API-level specific go here. -->
</style> </style>
<!-- mostly deep black theme specialized for OLED screens -->
<style name="AppThemeNight" parent="AppThemeDark"> <style name="AppThemeNight" parent="AppThemeDark">
<!-- customizations that are not API-level specific go here. --> <!-- customizations that are not API-level specific go here. -->