Initial commit retro music app
This commit is contained in:
parent
ab332473bc
commit
fe890632fd
932 changed files with 83126 additions and 0 deletions
5
app/src/main/res/values-v21/dimens.xml
Normal file
5
app/src/main/res/values-v21/dimens.xml
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<dimen name="fab_margin_top_left_right">16dp</dimen>
|
||||
<dimen name="tmp_now_playing_skip_rewind_margin">-8dp</dimen>
|
||||
</resources>
|
7
app/src/main/res/values-v21/fonts.xml
Normal file
7
app/src/main/res/values-v21/fonts.xml
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<!-- normal -->
|
||||
<string name="font_fontFamily_medium" translatable="false">sans-serif-medium</string>
|
||||
|
||||
</resources>
|
4
app/src/main/res/values-v21/integers.xml
Normal file
4
app/src/main/res/values-v21/integers.xml
Normal file
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<integer name="font_textStyle_medium">0</integer>
|
||||
</resources>
|
39
app/src/main/res/values-v21/styles.xml
Normal file
39
app/src/main/res/values-v21/styles.xml
Normal file
|
@ -0,0 +1,39 @@
|
|||
<resources>
|
||||
|
||||
<style name="Theme.RetroMusic" parent="Theme.RetroMusic.Base">
|
||||
<item name="android:statusBarColor">@android:color/transparent</item>
|
||||
<item name="android:windowSharedElementsUseOverlay">false</item>
|
||||
</style>
|
||||
|
||||
<style name="Theme.RetroMusic.Light" parent="Theme.RetroMusic.Base.Light">
|
||||
<item name="android:statusBarColor">@android:color/transparent</item>
|
||||
<item name="android:windowSharedElementsUseOverlay">false</item>
|
||||
|
||||
</style>
|
||||
|
||||
<style name="Theme.RetroMusic.Black" parent="Theme.RetroMusic.Base.Black">
|
||||
<item name="android:statusBarColor">@android:color/transparent</item>
|
||||
<item name="android:windowSharedElementsUseOverlay">false</item>
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
<style name="Theme.RetroMusic.Notification" parent="@android:style/TextAppearance.Material.Notification" />
|
||||
|
||||
<style name="Theme.RetroMusic.Notification.Title" parent="@android:style/TextAppearance.Material.Notification.Title" />
|
||||
|
||||
<style name="Fab" parent="FabParent">
|
||||
<item name="android:transitionName">@string/transition_fab</item>
|
||||
</style>
|
||||
|
||||
<style name="MusicProgressSlider" parent="MusicProgressSliderParent">
|
||||
<item name="android:padding">0dp</item>
|
||||
</style>
|
||||
|
||||
<style name="TraditionalMusicProgressSlider" parent="TraditionalMusicProgressSliderParent">
|
||||
<item name="android:elevation">2dp</item>
|
||||
<item name="android:padding">0dp</item>
|
||||
<item name="android:progressBackgroundTint">@android:color/transparent</item>
|
||||
</style>
|
||||
|
||||
</resources>
|
Loading…
Add table
Add a link
Reference in a new issue