diff --git a/app/src/main/res/font/opensans.xml b/app/src/main/res/font/opensans.xml deleted file mode 100644 index 98830240..00000000 --- a/app/src/main/res/font/opensans.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/app/src/main/res/font/opensans_bold.ttf b/app/src/main/res/font/opensans_bold.ttf deleted file mode 100644 index 54e7059c..00000000 Binary files a/app/src/main/res/font/opensans_bold.ttf and /dev/null differ diff --git a/app/src/main/res/font/opensans_extra_bold.ttf b/app/src/main/res/font/opensans_extra_bold.ttf deleted file mode 100644 index 67fcf0fb..00000000 Binary files a/app/src/main/res/font/opensans_extra_bold.ttf and /dev/null differ diff --git a/app/src/main/res/font/opensans_regular.ttf b/app/src/main/res/font/opensans_regular.ttf deleted file mode 100644 index 29bfd35a..00000000 Binary files a/app/src/main/res/font/opensans_regular.ttf and /dev/null differ diff --git a/app/src/main/res/layout/bottom_sheet_album_dialog.xml b/app/src/main/res/layout/bottom_sheet_album_dialog.xml index 3d115e20..70000085 100644 --- a/app/src/main/res/layout/bottom_sheet_album_dialog.xml +++ b/app/src/main/res/layout/bottom_sheet_album_dialog.xml @@ -40,12 +40,12 @@ @@ -88,114 +83,93 @@ + android:text="@string/album_bottom_sheet_instant_mix" /> + android:text="@string/album_bottom_sheet_shuffle" /> + android:text="@string/album_bottom_sheet_play_next" /> + android:text="@string/album_bottom_sheet_add_to_queue" /> + android:text="@string/album_bottom_sheet_download_all" /> + android:text="@string/album_bottom_sheet_remove_all" /> + android:text="@string/album_bottom_sheet_go_to_artist" /> \ No newline at end of file diff --git a/app/src/main/res/layout/bottom_sheet_artist_dialog.xml b/app/src/main/res/layout/bottom_sheet_artist_dialog.xml index 8c3e2a9f..6c1495ac 100644 --- a/app/src/main/res/layout/bottom_sheet_artist_dialog.xml +++ b/app/src/main/res/layout/bottom_sheet_artist_dialog.xml @@ -41,22 +41,19 @@ @@ -75,34 +72,28 @@ + android:text="@string/artist_bottom_sheet_instant_mix" /> + android:text="@string/artist_bottom_sheet_shuffle" /> \ No newline at end of file diff --git a/app/src/main/res/layout/bottom_sheet_song_dialog.xml b/app/src/main/res/layout/bottom_sheet_song_dialog.xml index 56408d4c..9fdd86d9 100644 --- a/app/src/main/res/layout/bottom_sheet_song_dialog.xml +++ b/app/src/main/res/layout/bottom_sheet_song_dialog.xml @@ -41,36 +41,31 @@ @@ -89,147 +84,120 @@ + android:text="@string/song_bottom_sheet_instant_mix" /> + android:text="@string/song_bottom_sheet_play_next" /> + android:text="@string/song_bottom_sheet_add_to_queue" /> + android:text="@string/song_bottom_sheet_rate" /> + android:text="@string/song_bottom_sheet_download" /> + android:text="@string/song_bottom_sheet_remove" /> + android:text="@string/song_bottom_sheet_add_to_playlist" /> + android:text="@string/song_bottom_sheet_go_to_album" /> + android:text="@string/song_bottom_sheet_go_to_artist" /> \ No newline at end of file diff --git a/app/src/main/res/layout/chip_search_filter_genre.xml b/app/src/main/res/layout/chip_search_filter_genre.xml index c21769e5..7c6a65c8 100644 --- a/app/src/main/res/layout/chip_search_filter_genre.xml +++ b/app/src/main/res/layout/chip_search_filter_genre.xml @@ -5,9 +5,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:checkable="true" - android:fontFamily="@font/opensans" android:gravity="center" android:paddingLeft="8dp" android:paddingRight="8dp" - android:textAppearance="?android:attr/textAppearance" app:chipStrokeWidth="1.5dp" /> \ No newline at end of file diff --git a/app/src/main/res/layout/dialog_playlist_chooser.xml b/app/src/main/res/layout/dialog_playlist_chooser.xml index c81f245e..80b4bfbe 100644 --- a/app/src/main/res/layout/dialog_playlist_chooser.xml +++ b/app/src/main/res/layout/dialog_playlist_chooser.xml @@ -5,21 +5,21 @@ + android:visibility="gone" /> + android:layout_marginTop="8dp" + android:clipToPadding="false" /> \ No newline at end of file diff --git a/app/src/main/res/layout/fragment_album_catalogue.xml b/app/src/main/res/layout/fragment_album_catalogue.xml index 4bd8cbe2..f0eb06f6 100644 --- a/app/src/main/res/layout/fragment_album_catalogue.xml +++ b/app/src/main/res/layout/fragment_album_catalogue.xml @@ -30,7 +30,7 @@ app:layout_scrollFlags="scroll|exitUntilCollapsed|snap"> + android:paddingEnd="24dp" /> \ No newline at end of file diff --git a/app/src/main/res/layout/item_home_similar_track.xml b/app/src/main/res/layout/item_home_similar_track.xml index 08fd459c..d05e40f1 100644 --- a/app/src/main/res/layout/item_home_similar_track.xml +++ b/app/src/main/res/layout/item_home_similar_track.xml @@ -16,7 +16,7 @@ + android:background="?attr/colorPrimary" /> + app:layout_constraintVertical_weight="1" /> + app:layout_constraintTop_toBottomOf="@+id/artist_name_text_view" /> + android:background="?attr/colorPrimary" /> \ No newline at end of file diff --git a/app/src/main/res/layout/item_player_queue_song.xml b/app/src/main/res/layout/item_player_queue_song.xml index 6d1d3e46..7b05ff66 100644 --- a/app/src/main/res/layout/item_player_queue_song.xml +++ b/app/src/main/res/layout/item_player_queue_song.xml @@ -22,7 +22,7 @@ diff --git a/app/src/main/res/values/fonts.xml b/app/src/main/res/values/fonts.xml deleted file mode 100644 index 9bed7dcc..00000000 --- a/app/src/main/res/values/fonts.xml +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/app/src/main/res/values/typography.xml b/app/src/main/res/values/typography.xml new file mode 100644 index 00000000..a242a4f5 --- /dev/null +++ b/app/src/main/res/values/typography.xml @@ -0,0 +1,90 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file