Removed almost all hardcoded constants and deleted offline playlist model

This commit is contained in:
antonio 2023-03-10 17:46:03 +01:00
parent e98429503b
commit ff1a1350f9
24 changed files with 64 additions and 380 deletions

View file

@ -2,7 +2,7 @@
<dimen name="appbar_header_height">296dp</dimen>
<dimen name="activity_margin_content">24dp</dimen>
<dimen name="bottom_sheet_peek_height">56dp</dimen>
<dimen name="global_padding_bottom">64dp</dimen>
<dimen name="global_padding_bottom">128dp</dimen>
<dimen name="radius">2dp</dimen>
<dimen name="dots_height">2dp</dimen>
</resources>

View file

@ -56,7 +56,7 @@
<string name="download_title_artist_see_all_button">See all</string>
<string name="download_title_playlist_section">Playlists</string>
<string name="download_title_playlist_see_all_button">See all</string>
<string name="download_title_tracks_section">Tracks</string>
<string name="download_title_section">Downloads</string>
<string name="download_title_tracks_see_all_button">See all</string>
<string name="empty_string" />
<string name="error_required">Required</string>