Added black (AMOLED) theme
This commit is contained in:
parent
44f162c160
commit
0dc5c1e17d
8 changed files with 36 additions and 7 deletions
|
|
@ -14,6 +14,13 @@
|
|||
<item name="android:statusBarColor">@android:color/transparent</item>
|
||||
</style>
|
||||
|
||||
<style name="Theme.MaterialMusic.Black" parent="Theme.MaterialMusic.Base.Black">
|
||||
<item name="round_selector">@drawable/round_ripple_selector</item>
|
||||
<item name="rect_selector">@drawable/rect_ripple_selector</item>
|
||||
|
||||
<item name="android:statusBarColor">@android:color/transparent</item>
|
||||
</style>
|
||||
|
||||
<style name="Theme.MaterialMusic.Notification" parent="@android:style/TextAppearance.Material.Notification" />
|
||||
|
||||
<style name="Theme.MaterialMusic.Notification.Title" parent="@android:style/TextAppearance.Material.Notification.Title" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue