Updating
Constants names Proper namings Bottom tabs slide animation Added home album list style change
This commit is contained in:
parent
b9c12e20dd
commit
9850341d4c
81 changed files with 291 additions and 231 deletions
|
@ -537,7 +537,7 @@
|
|||
<string name="pref_summary_extra_song_info">Show extra Song information, such as file format, bitrate and frequency</string>
|
||||
<string name="pref_summary_gapless_playback">"Can cause playback issues on some devices."</string>
|
||||
<string name="pref_summary_genre_toggle">Toggle genre tab</string>
|
||||
<string name="pref_summary_home_banner">Toggle home banner style</string>
|
||||
<string name="pref_summary_home_banner">Show or hide the home banner</string>
|
||||
<string name="pref_summary_ignore_media_store_artwork">Can increase the album cover quality, but causes slower image loading times. Only enable this if you have problems with low resolution artworks</string>
|
||||
<string name="pref_summary_library_categories">Configure visibility and order of library categories.</string>
|
||||
<string name="pref_summary_lock_screen">Use Retro Music\'s custom lockscreen controls</string>
|
||||
|
@ -571,8 +571,9 @@
|
|||
<string name="pref_title_gapless_playback">Gapless playback</string>
|
||||
<string name="pref_title_general_theme">App theme</string>
|
||||
<string name="pref_title_genre_toggle">Show genre tab</string>
|
||||
<string name="pref_title_home_artist_grid_style">Home artist grid</string>
|
||||
<string name="pref_title_home_banner">Home banner</string>
|
||||
<string name="pref_title_home_artist_grid_style">Artist grid</string>
|
||||
<string name="pref_title_home_album_grid_style">Album grid</string>
|
||||
<string name="pref_title_home_banner">Banner</string>
|
||||
<string name="pref_title_ignore_media_store_artwork">Ignore Media Store covers</string>
|
||||
<string name="pref_title_last_added_interval">Last added playlist interval</string>
|
||||
<string name="pref_title_lock_screen">Fullscreen controls</string>
|
||||
|
|
|
@ -6,18 +6,21 @@
|
|||
<item name="android:windowBackground">@color/window_color_light</item>
|
||||
<item name="android:scrollbars">none</item>
|
||||
<item name="dialogCornerRadius">16dp</item>
|
||||
<item name="android:windowAnimationStyle">@style/WindowAnimationTransition</item>
|
||||
</style>
|
||||
|
||||
<style name="Theme.RetroMusic.Black" parent="Theme.RetroMusic.Base.Black">
|
||||
<item name="android:windowBackground">@color/window_color_dark</item>
|
||||
<item name="android:scrollbars">none</item>
|
||||
<item name="dialogCornerRadius">16dp</item>
|
||||
<item name="android:windowAnimationStyle">@style/WindowAnimationTransition</item>
|
||||
</style>
|
||||
|
||||
<style name="Theme.RetroMusic.FollowSystem" parent="Theme.RetroMusic.Base.Adaptive">
|
||||
<item name="android:windowBackground">@color/window_color</item>
|
||||
<item name="android:scrollbars">none</item>
|
||||
<item name="dialogCornerRadius">16dp</item>
|
||||
<item name="android:windowAnimationStyle">@style/WindowAnimationTransition</item>
|
||||
</style>
|
||||
|
||||
<style name="Theme.RetroMusic.Notification" parent="@android:style/TextAppearance.StatusBar.EventContent" />
|
||||
|
@ -250,4 +253,9 @@
|
|||
<item name="strokeColor">?android:attr/colorButtonNormal</item>
|
||||
<item name="cardElevation">0dp</item>
|
||||
</style>
|
||||
<!-- This will set the fade in animation on all your activities by default -->
|
||||
<style name="WindowAnimationTransition">
|
||||
<item name="android:windowEnterAnimation">@android:anim/fade_in</item>
|
||||
<item name="android:windowExitAnimation">@android:anim/fade_out</item>
|
||||
</style>
|
||||
</resources>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue