- git (re)init (git structure was corrupted)
- added shuffler and repeat mode - xxxhdpi icons - typos - new styles - not fully working playing queue [alpha]
This commit is contained in:
commit
32f76f5418
277 changed files with 20259 additions and 0 deletions
4
app/src/main/res/values-v21/colors.xml
Normal file
4
app/src/main/res/values-v21/colors.xml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<color name="notification_buttons_tint">#de000000</color>
|
||||
</resources>
|
||||
6
app/src/main/res/values-v21/dimens.xml
Normal file
6
app/src/main/res/values-v21/dimens.xml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<dimen name="statusMargin">25dp</dimen>
|
||||
|
||||
<dimen name="navigation_drawer_image_height">165dp</dimen>
|
||||
</resources>
|
||||
23
app/src/main/res/values-v21/styles.xml
Normal file
23
app/src/main/res/values-v21/styles.xml
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
<resources>
|
||||
|
||||
<style name="Theme.MaterialMusic" parent="Theme.MaterialMusic.Base">
|
||||
<!-- Customize your theme here. -->
|
||||
</style>
|
||||
|
||||
<style name="Theme.MaterialMusic.Light" parent="Theme.MaterialMusic.Base.Light">
|
||||
<!-- Customize your theme here. -->
|
||||
</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"/>
|
||||
|
||||
<style name="PlayPauseFab" parent="PlayPauseFabParent">
|
||||
<item name="android:elevation">8dp</item>
|
||||
<item name="android:transitionName">@string/transition_fab</item>
|
||||
</style>
|
||||
|
||||
<style name="NotificationButton" parent="NotificationButtonParent">
|
||||
<item name="android:background">@drawable/notification_selector</item>
|
||||
</style>
|
||||
</resources>
|
||||
Loading…
Add table
Add a link
Reference in a new issue