mirror of
https://github.com/antebudimir/tempus.git
synced 2026-04-15 16:27:26 +00:00
feat: improve playlist chooser dialog UI (#439)
* fix: lock buttons at dialog bottom The previous implementation appended the buttons to the RecyclerView programmatically this disabled the scroll and pushed the buttons outside the visible dialog area if too there were too many playlists. To fix this now the XML defines a fixed location for the buttons, enabling the scroll of the RecyclerView and preventing the buttons to become unreachable * feat: improve playlist chooser dialog UI Implement it in the XML layout and not programmatically. * fix: detached listeners from XML layout * fix: missing dialog title
This commit is contained in:
parent
661346ca3a
commit
9adaf8c013
15 changed files with 101 additions and 59 deletions
|
|
@ -230,8 +230,8 @@
|
|||
<string name="playlist_catalogue_title">Catalogue des Playlists</string>
|
||||
<string name="playlist_catalogue_title_expanded">Parcourir les playlists</string>
|
||||
<string name="playlist_chooser_dialog_empty">Pas de playlist</string>
|
||||
<string name="playlist_chooser_dialog_negative_button">Annuler</string>
|
||||
<string name="playlist_chooser_dialog_neutral_button">Créer</string>
|
||||
<string name="playlist_chooser_dialog_cancel_button">Annuler</string>
|
||||
<string name="playlist_chooser_dialog_create_button">Créer</string>
|
||||
<string name="playlist_chooser_dialog_title">Ajouter à une playlist</string>
|
||||
<string name="playlist_chooser_dialog_toast_add_success">Titre ajouté à la playlist</string>
|
||||
<string name="playlist_chooser_dialog_toast_add_failure">Échec d\'ajout du titre à la playlist</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue