Document how themes should roughly look
This commit is contained in:
parent
eed9effb0e
commit
1906dd2f67
@ -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. -->
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user